<div dir="ltr"><div>All,</div><div><br></div><div>I would like to set up HA NFS (Active/Active) on our 2 node gluster environment using NFS-Ganesha.</div><div><br></div><div>Specs:</div><div><br></div><div>- RHEL 7</div><div>- glusterfs 3.8.15 built on Aug 16 2017 14:48:01</div><div><br></div><div>I am following this process in this documentation, however it is confusing to me:</div><div><br></div><div><a href="https://docs.gluster.org/en/v3/Administrator%20Guide/NFS-Ganesha%20GlusterFS%20Integration/">https://docs.gluster.org/en/v3/Administrator%20Guide/NFS-Ganesha%20GlusterFS%20Integration/</a></div><div><br></div><div>I already had Pacemaker/Corosync up and running on the our 2 node gluster environment with fence resources on each.</div><div><br></div><div>After the package installs and confirming &quot;Pre-requisites to run NFS-Ganesha&quot;, here is what I&#39;ve done:</div><div><br></div><div>1. # gluster volume set all cluster.enable-shared-storage enable</div><div><br></div><div>2. Create /etc/ganesha/ganesha-ha.conf file (scrubbed.  I&#39;m also assuming that HA_NAME should be equal to the already created pacemaker cluster name):</div><div><br></div><div>#</div><div># HA File</div><div><br></div><div>HA_NAME=&quot;clustername&quot;</div><div>HA_CLUSTER_NODES=&quot;server1,server2&quot;</div><div><br></div><div>VIP_server1=&quot;10.19.3.66&quot;</div><div>VIP_server2=&quot;10.19.3.67&quot;</div><div><br></div><div>3. # gluster nfs-ganesha enable</div><div>Enabling NFS-Ganesha requires Gluster-NFS to be disabled across the trusted pool. Do you still want to continue?</div><div> (y/n) y</div><div>This will take a few minutes to complete. Please wait ..</div><div>nfs-ganesha : success </div><div><br></div><div><br></div><div>4. # gluster volume set vol1 ganesha.enable on</div><div>volume set: success</div><div><br></div><div>At this point I can see the export available:</div><div><br></div><div># showmount -e</div><div>Export list for server1:</div><div>/vol1 (everyone)</div><div><br></div><div>And I can successfully mount the export from another server.</div><div><br></div><div>However, nothing appears to be done regarding HA.  nfs-ganesha is not started on server2 and no additional resources are created in pacemaker.</div><div><br></div><div>Can anyone provide guidance as to what I may be doing incorrectly?</div><div><br></div><div>Thanks,</div><div><br></div><div>HB</div></div>