Need assistance in configuring multiple VLANs on NFS-Ganesha
Issue
I have multiple interfaces on a four node gluster cluster. I would like to configure virtual interfaces for each of the subnets on these interfaces. Currently only one subnet works. Is this even possible?
Example excerpt from ganesha-ha.conf:
# Name of the HA cluster created.
# must be unique within the subnet
HA_NAME="cluster"
#
# The gluster server from which to mount the shared data volume.
HA_VOL_SERVER="server1"
#
# You may use short names or long names; you may not use 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 form the ganesha HA cluster. Hostname is specified.
HA_CLUSTER_NODES="server1,server2,server3,server4"
#
# Virtual IPs for each of the nodes specified above.
VIP_server1="10.0.0.11"
VIP_server2="10.0.0.12"
VIP_server3="10.0.0.13"
VIP_server4="10.0.0.14"
I would also like VIP's for
server1="10.0.11.11"
server2="10.0.12.12"
server3="10.0.13.13"
server4="10.0.14.14"
Environment
- Red Hat Gluster Storage 3.*
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.