Hi Everyone,<br><br>I&#39;m trying to set up Gluster 3.3.0 on a fresh CentOS 6.2 with selinux &amp; firewall disabled, hosts can see each other (they are present in DNS and one can ping/telnet to gluster port each other), there seems to be nothing suspicious in sysctl, but whatever I put in peer probe refers to &quot;Probe on localhost not needed&quot;.<br>
<br>Configurations follow:<br>#cat /etc/glusterfs/glusterd.vol<br>volume management<br>    type mgmt/glusterd<br>    option working-directory /var/lib/glusterd<br>    option transport-type tcp #to use IPv4<br>    option transport.socket.keepalive-time 10<br>
    option transport.socket.keepalive-interval 2<br>    option transport.socket.read-fail-log off<br>end-volume<br><br># cat /etc/nsswitch.conf <br>#<br>...<br>#hosts:     db files nisplus nis dns<br>hosts:      files dns<br>
...<br><br># cat /etc/sysconfig/iptables<br># Firewall configuration written by system-config-firewall<br># Manual customization of this file is not recommended.<br>*filter<br>:INPUT ACCEPT [0:0]<br>:FORWARD ACCEPT [0:0]<br>
:OUTPUT ACCEPT [0:0]<br>COMMIT<br><br><br>[root@host1 ~]# nc host2 24007<br>asdsdasd<br><br>[root@host1 ~]# ping -c5 host2<br>PING host2 (192.168.1.193) 56(84) bytes of data.<br>64 bytes from host2 (192.168.1.193): icmp_seq=1 ttl=64 time=0.679 ms<br>
64 bytes from host2 (192.168.1.193): icmp_seq=2 ttl=64 time=0.656 ms<br>...<br>64 bytes from host2 (192.168.1.193): icmp_seq=5 ttl=64 time=0.671 ms<br><br>--- host2 ping statistics ---<br>5 packets transmitted, 5 received, 0% packet loss, time 4000ms<br>
rtt min/avg/max/mdev = 0.656/0.673/0.704/0.024 ms<br><br>and vice versa.<br><br>I tried to put Gluster in debug mode, but it didn&#39;t provide more details.<br>I also tried to put entries to /etc/hosts for both machines, but it didn&#39;t help either.<br>
<br>Does anyone know, what can be the root cause?<br><br>Any help would be very much appreciated.<br><br>Thank you in advance,<br>Regards,<br>Vladimir.<br>