<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I have a 3 node gluster setup running with one brick exported,   /gv0<br><br></div><div>Centos 7<br><br></div><div>============<br>[root@glusterp1 ganesha]# rpm -aq |grep gluster<br>glusterfs-client-xlators-3.8.4-1.el7.x86_64<br>nfs-ganesha-gluster-2.3.3-1.el7.x86_64<br>glusterfs-3.8.4-1.el7.x86_64<br>glusterfs-cli-3.8.4-1.el7.x86_64<br>glusterfs-api-3.8.4-1.el7.x86_64<br>glusterfs-server-3.8.4-1.el7.x86_64<br>glusterfs-fuse-3.8.4-1.el7.x86_64<br>glusterfs-ganesha-3.8.4-1.el7.x86_64<br>centos-release-gluster38-1.0-1.el7.centos.noarch<br>glusterfs-libs-3.8.4-1.el7.x86_64<br>[root@glusterp1 ganesha]#<br>============<br></div><div><br></div>I am trying to setup NFS but failing,<br><br></div>So on node1 (glusterp1)  after setting up ganesha I get,<br><br>==========<br>[root@glusterp1 ganesha]# service nfs-ganesha restart<br>Redirecting to /bin/systemctl restart  nfs-ganesha.service<br>[root@glusterp1 ganesha]# showmount -e localhost<br>Export list for localhost:<br>/gv0 (everyone)<br>==========<br><br></div>However for the client showmount -e fails and does a mount,<br><br>==========<br>root@warlocke:/etc/bind# showmount -e <a href="http://glusterp1.graywitch.co.nz">glusterp1.graywitch.co.nz</a><br>clnt_create: RPC: Port mapper failure - Timed out<br>root@warlocke:/etc/bind#<br>==========<br><br></div>My config is,<br><br>==========<br>[root@glusterp1 ganesha]# pwd<br>/etc/ganesha<br>[root@glusterp1 ganesha]# more ganesha.conf <br>###################################################<br>#<br># EXPORT<br>#<br># To function, all that is required is an EXPORT<br>#<br># Define the absolute minimal export<br>#<br>###################################################<br><br>EXPORT<br>{<br>    # Export Id (mandatory, each EXPORT must have a unique Export_Id)<br>    Export_Id = 1;<br><br>    # Exported path (mandatory)<br>    Path = /gv0;<br>    #Path = /nonexistant;<br><br>    # Pseudo Path (required for NFS v4)<br>    Pseudo = /gv0;<br><br>    #ssj<br>    #allow root access<br>    Squash = No_Root_squash;<br>        SecType = &quot;sys&quot;;<br>    #ssj finish<br><br>    # Required for access (default is None)<br>    # Could use CLIENT blocks instead<br>    Access_Type = RW;<br><br>    # Exporting FSAL<br>    FSAL {<br>        Name = GLUSTER;<br>                hostname = 192.168.1.31;<br>        volume = &quot;gv0&quot;;<br>    }<br>}<br>[root@glusterp1 ganesha]#<br>========<br><br></div>So what is wrong here please?<div><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><div><br><br><br><br><br><div><br></div></div></div></div>