# 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"