<html><body><p>Hi:<br><br>I am trying to understand if it is technically feasible to have gluster nodes on one machine, and export a volume from one of these nodes using a nfs-ganesha server installed on a totally different machine? I tried the below and showmount -e does not show my volume exported. Any suggestions will be appreciated.<br><br>1. Here is my configuration:<br><br> Gluster nodes: glusterA and glusterB on individual bare metals - both in Trusted pool, with volume gvol0 up and running.<br>Ganesha node: on bare metal ganeshaA. <br><br>2. my ganesha.conf looks like this with IP address of glusterA in the FSAL. <br><br> FSAL {<br>                Name = GLUSTER;<br><br>                # IP of one of the nodes in the trusted pool<br>              <b>  hostname = &quot;WW.ZZ.XX.YY&quot;  --&gt; IP address of GlusterA.</b><br><br>                # Volume name. Eg: &quot;test_volume&quot;<br>                volume = &quot;gvol0&quot;;<br>        }<br><br>3. I disabled nfs on gvol0. As you can see, <b>nfs.disable is set to on.</b><br><br>[root@glusterA ~]# gluster vol info<br><br>Volume Name: gvol0<br>Type: Distribute<br>Volume ID: 16015bcc-1d17-4ef1-bb8b-01b7fdf6efa0<br>Status: Started<br>Number of Bricks: 1<br>Transport-type: tcp<br>Bricks:<br>Brick1: glusterA:/data/brick0/gvol0<br>Options Reconfigured:<br><b>nfs.disable: on</b><br>nfs.export-volumes: off<br>features.quota-deem-statfs: on<br>features.inode-quota: on<br>features.quota: on<br>performance.readdir-ahead: on<br><br>4. I then ran ganesha.nfsd -f /etc/ganesha/ganesha.conf -L /var/log/ganesha.log -N NIV_FULL_DEBUG<br>Ganesha server was put in grace, no errors.<br><br>17/11/2015 10:44:40 : epoch 564b5964 : ganeshaA: nfs-ganesha-26426[reaper] fridgethr_freeze :RW LOCK :F_DBG :Released mutex 0x7f21a92818d0 (&amp;fr-&gt;mtx) at /builddir/build/BUILD/nfs-ganesha-2.2.0/src/support/fridgethr.c:484<br>17/11/2015 10:44:40 : epoch 564b5964 : ganeshaA: nfs-ganesha-26426[reaper] nfs_in_grace :RW LOCK :F_DBG :Acquired mutex 0x7f21ad1f18e0 (&amp;grace.g_mutex) at /builddir/build/BUILD/nfs-ganesha-2.2.0/src/SAL/nfs4_recovery.c:129<br><b>17/11/2015 10:44:40 : epoch 564b5964 : ganeshaA : nfs-ganesha-26426[reaper] nfs_in_grace :STATE :DEBUG :NFS Server IN GRACE</b><br>17/11/2015 10:44:40 : epoch 564b5964 : ganeshaA : nfs-ganesha-26426[reaper] nfs_in_grace :RW LOCK :F_DBG :Released mutex 0x7f21ad1f18e0 (&amp;grace.g_mutex) at /builddir/build/BUILD/nfs-ganesha-2.2.0/src/SAL/nfs4_recovery.c:141<br><br>5. [root@ganeshaA glusterfs]# showmount -e<br>Export list for ganeshaA:<br>&lt;empty&gt;<br><br>Any suggestions on what I am missing?<br><br>Regards,<br><br>Surya Ghatty<br><br>&quot;This too shall pass&quot;<br>________________________________________________________________________________________________________<br>Surya Ghatty | Software Engineer | IBM Cloud Infrastructure Services Development | tel: (507) 316-0559 | ghatty@us.ibm.com<br><BR>
</body></html>