15 lines
844 B
YAML
15 lines
844 B
YAML
exascaler_map:
|
|
exa1:
|
|
mountPoint: /exaFS # mountpoint on the host where the exaFS will be mounted
|
|
exaFS: 10.204.86.114@tcp:/testfs # default path to exa filesystem
|
|
zone: zone-1
|
|
exa2:
|
|
mountPoint: /exaFS-zone-2 # mountpoint on the host where the exaFS will be mounted
|
|
exaFS: 10.204.86.114@tcp:/testfs/zone-2 # default path to exa filesystem
|
|
zone: zone-2
|
|
exa3:
|
|
mountPoint: /exaFS-zone-3 # mountpoint on the host where the exaFS will be mounted
|
|
exaFS: 10.204.86.114@tcp:/testfs/zone-3 # default path to exa filesystem
|
|
zone: zone-3
|
|
debug: true # more logs
|