[RHGS] Can I configure more than one set of virtual interfaces on my NFS-Ganesha cluster?

Solution In Progress - Updated -

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.

Ganesha-ha.conf below:

# Name of the HA cluster created.
# must be unique within the subnet
HA_NAME="hacluster01"
#
# The gluster server from which to mount the shared data volume.
HA_VOL_SERVER="node01"
#
# 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="node01,node02,node03,node04"
#
# Virtual IPs for each of the nodes specified above.
VIP_node01="xx.xxx.xx.xx"
VIP_node02="xx.xxx.xx.xx"
VIP_node03="xx.xxx.xx.xx"
VIP_node04="xx.xxx.xx.xx"

I would also like VIP's for
node01="xx.xxx.yy.xx"
node02="xx.xxx.yy.xx"
node03="xx.xxx.yy.xx"
node04="xx.xxx.yy.xx"

How can I accomplish this? Is it possible?

Environment

  • RHGS 3.x
  • NFS-Ganesha

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.