summaryrefslogtreecommitdiffstats
path: root/extras/ganesha/config/ganesha-ha.conf.sample
blob: a7ffa5c28dc5e876caa2e534da45abc7559b1b05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Name of the HA cluster created.
# must be unique within the subnet
HA_NAME="ganesha-ha-360"
#
# The gluster server from which to mount the shared data volume.
HA_VOL_SERVER="server1"
#
# N.B. you may use short names, long names, or IP addresses. Once you
# select one, stay with it as it will be mildly unpleasant to clean up
# if you switch later on. Ensure that all names - short and/or long -
# are in DNS or /etc/hosts on all machines in the cluster.
#
# The subset of nodes of the Gluster Trusted Pool
# that forms the ganesha HA cluster. IP/Hostname
# is specified.
HA_CLUSTER_NODES="server1,server2,..."
#HA_CLUSTER_NODES="server1.lab.redhat.com,server2.lab.redhat.com,..."
#HA_CLUSTER_NODES="10.0.1.1,10.0.1.2,..."
#
# Virtual IPs for each of the nodes specified above.
VIP_server1="10.0.2.1"
VIP_server2="10.0.2.2"
#VIP_server1.lab.redhat.com="10.0.2.1"
#VIP_server2.lab.redhat.com="10.0.2.2"
#VIP_10.0.1.1="10.0.2.1"
#VIP_10.0.1.2="10.0.2.2"