summaryrefslogtreecommitdiffstats
path: root/extras/ganesha/config/ganesha-ha.conf.sample
blob: f8536d39acaf765af40dcedbea1451ebf11c6f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Name of the HA cluster created.
HA_NAME="ganesha-ha-360"
# The server from which you intend to mount
# the shared volume.
HA_VOL_SERVER="server1"
# The subset of nodes of the Gluster Trusted Pool
# that forms the ganesha HA cluster. IP/Hostname
# is specified.
HA_CLUSTER_NODES="server1,server2,..."
# Virtual IPs of each of the nodes specified above.
VIP_server1="10.x.x.x"
VIP_server2="10.x.x.x"