Rahul51 S
2013-Jul-18 07:13 UTC
[Gluster-users] query about glusterFS 3.4.0.alpha return codes list
Hi All, I am trying to "peer probe" a node, connected by a switch on the local area network, but the command is failing with the return code 146. /root> gluster peer probe 172.24.132.1 /root> echo $? 146 The gluster peer status on both the nodes give different outputs. The below output is from the node from which the command is given /root> gluster peer status Number of Peers: 1 Hostname: 172.24.132.1 Port: 24007 Uuid: 00000000-0000-0000-0000-000000000000 State: Establishing Connection (Connected) And the below one is on the other node /root> gluster peer status Number of Peers: 1 Hostname: 172.24.132.0 Port: 24007 Uuid: 00000000-0000-0000-0000-000000000000 State: Connected to Peer (Connected) After this, the state halts here and does not progresses to "Connection Established" on both the nodes. Could you please let me know if there is any file in the glusteFS code where all the return codes are defined. Could you please shed some light on where I am going wrong in this case Regards Rahul Shrivastava =====-----=====-----====Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20130718/639b7799/attachment.html>
Vijay Bellur
2013-Jul-19 17:09 UTC
[Gluster-users] query about glusterFS 3.4.0.alpha return codes list
On 07/18/2013 12:43 PM, Rahul51 S wrote:> > I am trying to "peer probe" a node, connected by a switch on the local > area network, but the command is failing with the return code 146. > > /root> gluster peer probe 172.24.132.1 > /root> echo $? > 146 > > The gluster peer status on both the nodes give different outputs. > > The below output is from the node from which the command is given > > /root> gluster peer status > Number of Peers: 1 > > Hostname: 172.24.132.1 > Port: 24007 > Uuid: 00000000-0000-0000-0000-000000000000 > State: Establishing Connection (Connected) > > And the below one is on the other node > /root> gluster peer status > Number of Peers: 1 > > Hostname: 172.24.132.0 > Port: 24007 > Uuid: 00000000-0000-0000-0000-000000000000 > State: Connected to Peer (Connected) > > After this, the state halts here and does not progresses to "Connection > Established" on both the nodes. > Could you please let me know if there is any file in the glusteFS code > where all the return codes are defined. > Could you please shed some light on where I am going wrong in this caseHave you tried identifying if there's any firewall configuration on your nodes that might block access to port 24007? You can also take a look at glusterd logs to determine if exchanges are happening between the glusterd processes on your nodes. -Vijay