<div dir="ltr"><div>Hi all,</div><div><br></div><div>I am encountering the following problem, my nfs tcp session cannot be established with gluster server. Here are some outputs from debugging.</div><div><br></div><div><br>[root@glusterfs1 ~]# glusterd --version<br>glusterfs 3.12.11<br>Repository revision: git://<a href="http://git.gluster.org/glusterfs.git">git.gluster.org/glusterfs.git</a><br>Copyright (c) 2006-2016 Red Hat, Inc. &lt;<a href="https://www.gluster.org/">https://www.gluster.org/</a>&gt;<br>GlusterFS comes with ABSOLUTELY NO WARRANTY.<br>It is licensed to you under your choice of the GNU Lesser<br>General Public License, version 3 or any later version (LGPLv3<br>or later), or the GNU General Public License, version 2 (GPLv2),<br>in all cases as published by the Free Software Foundation.<br><br></div><div><br></div><div>[root@glusterfs1 ~]# gluster volume info replvol<br><br>Volume Name: replvol<br>Type: Replicate<br>Volume ID: 6d254f26-16cf-4c36-9510-0940be946a46<br>Status: Started<br>Snapshot Count: 0<br>Number of Bricks: 1 x 2 = 2<br>Transport-type: tcp,rdma<br>Bricks:<br>Brick1: glusterfs1:/bricks/brick-a1/brick<br>Brick2: glusterfs2:/bricks/brick-b1/brick<br>Options Reconfigured:<br>nfs.disable: off<br>nfs.ports-insecure: on<br>nfs.rpc-auth-allow: <a href="http://192.168.70.0/24">192.168.70.0/24</a><br>performance.client-io-threads: off<br>transport.address-family: inet<br>nfs.transport-type: tcp<br></div><div><br></div><div><br></div><div><br>[root@glusterfs-workstation ~]# ip a<br>1: lo: &lt;LOOPBACK,UP,LOWER_UP&gt; mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000<br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> scope host lo<br>       valid_lft forever preferred_lft forever<br>    inet6 ::1/128 scope host<br>       valid_lft forever preferred_lft forever<br>2: ens32: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast state UP group default qlen 1000<br>    link/ether 00:0c:29:32:35:e4 brd ff:ff:ff:ff:ff:ff<br>    inet <a href="http://192.168.70.204/24">192.168.70.204/24</a> brd 192.168.70.255 scope global noprefixroute ens32<br>       valid_lft forever preferred_lft forever<br>    inet6 fe80::20c:29ff:fe32:35e4/64 scope link noprefixroute<br>       valid_lft forever preferred_lft forever<br>[root@glusterfs-workstation ~]# ping glusterfs1<br>PING glusterfs1.lab.local (192.168.70.200) 56(84) bytes of data.<br>64 bytes from glusterfs1.lab.local (192.168.70.200): icmp_seq=1 ttl=64 time=0.902 ms<br>64 bytes from glusterfs1.lab.local (192.168.70.200): icmp_seq=2 ttl=64 time=0.768 ms<br>64 bytes from glusterfs1.lab.local (192.168.70.200): icmp_seq=3 ttl=64 time=0.585 ms<br>^C<br>--- glusterfs1.lab.local ping statistics ---<br>3 packets transmitted, 3 received, 0% packet loss, time 2005ms<br>rtt min/avg/max/mdev = 0.585/0.751/0.902/0.133 ms<br></div><div><br></div><div><br></div><div><br>[root@glusterfs-workstation ~]# cat /etc/fstab | grep nfs<br>glusterfs1.lab.local:/replvol /mnt/mediadata nfs defaults,_netdev 0 0<br>[root@glusterfs-workstation ~]# mount -a<br>mount.nfs: Connection refused<br></div><div><br></div><div><br></div><div>I also attached a .pcap file, where you will see that server resets the tcp session.</div><div><br></div><div>Any idea?</div><div><br></div><div>Many thanks!<br></div></div>