<p dir="ltr">It seems like your NFS kernel module is not disabled. Please try disabling it and re mount. Also nfs.disable option is set to off by default. You wouldn&#39;t need to set it explicitly.</p>
<p dir="ltr">-Atin<br>
Sent from one plus one</p>
<div class="gmail_quote">On Aug 19, 2015 9:11 PM, &quot;shacky&quot; &lt;<a href="mailto:shacky83@gmail.com">shacky83@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi list!<br>
<br>
I created a new volume with replica 3 on 3 nodes connected with a<br>
gigabit network.<br>
I know gigabit is not the best for a distributed file system, but I<br>
cannot have a 10G networking at the moment.<br>
<br>
I was experiencing very hard performance problem (write speed at<br>
5MB/sec) so I want to try with NFS on Gluster.<br>
<br>
I enabled NFS on the volume:<br>
# gluster volume set data nfs.disable off<br>
<br>
And restarted rpcbind:<br>
<br>
# service rpcbind restart<br>
Stopping rpcbind daemon....<br>
Starting rpcbind daemon....<br>
<br>
And checked that the port 111 is listening:<br>
# netstat -na|grep 111<br>
tcp        0      0 <a href="http://0.0.0.0:111" rel="noreferrer" target="_blank">0.0.0.0:111</a>             0.0.0.0:*               LISTEN<br>
tcp        0      0 <a href="http://192.168.80.3:656" rel="noreferrer" target="_blank">192.168.80.3:656</a>        <a href="http://192.168.80.40:111" rel="noreferrer" target="_blank">192.168.80.40:111</a>       TIME_WAIT<br>
tcp        0      0 <a href="http://192.168.80.3:748" rel="noreferrer" target="_blank">192.168.80.3:748</a>        <a href="http://192.168.80.40:111" rel="noreferrer" target="_blank">192.168.80.40:111</a>       TIME_WAIT<br>
tcp        0      0 <a href="http://192.168.80.3:710" rel="noreferrer" target="_blank">192.168.80.3:710</a>        <a href="http://192.168.80.40:111" rel="noreferrer" target="_blank">192.168.80.40:111</a>       TIME_WAIT<br>
tcp        0      0 <a href="http://192.168.80.3:814" rel="noreferrer" target="_blank">192.168.80.3:814</a>        <a href="http://192.168.80.40:111" rel="noreferrer" target="_blank">192.168.80.40:111</a>       TIME_WAIT<br>
tcp        0      0 <a href="http://192.168.80.3:781" rel="noreferrer" target="_blank">192.168.80.3:781</a>        <a href="http://192.168.80.40:111" rel="noreferrer" target="_blank">192.168.80.40:111</a>       TIME_WAIT<br>
tcp6       0      0 :::111                  :::*                    LISTEN<br>
udp        0      0 <a href="http://0.0.0.0:111" rel="noreferrer" target="_blank">0.0.0.0:111</a>             0.0.0.0:*<br>
udp6       0      0 :::111                  :::*<br>
<br>
But I cannot still mount the volume using NFS:<br>
# mount -t nfs localhost:data /mnt/data2-nfs/<br>
mount.nfs: Connection timed out<br>
<br>
Could you help me please?<br>
<br>
Thank you very much!<br>
Bye<br>
_______________________________________________<br>
Gluster-users mailing list<br>
<a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
<a href="http://www.gluster.org/mailman/listinfo/gluster-users" rel="noreferrer" target="_blank">http://www.gluster.org/mailman/listinfo/gluster-users</a><br>
</blockquote></div>