Bug 797105 - gluster peer probe <ip_address> not successful
Summary: gluster peer probe <ip_address> not successful
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: glusterd
Version: mainline
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: shishir gowda
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-02-24 09:46 UTC by Shwetha Panduranga
Modified: 2013-12-09 01:29 UTC (History)
3 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:14:38 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Shwetha Panduranga 2012-02-24 09:46:20 UTC
Description of problem:
Execution of 'gluster peer probe <ip_address>' is not successful.

Glusterd Log:
-------------
[2012-02-24 20:15:33.345982] E [glusterd-utils.c:2209:glusterd_import_volinfo] 0-glusterd: volume1.rebalance missing in payload for dist
[2012-02-24 20:15:33.346084] E [glusterd-sm.c:1002:glusterd_friend_sm] 0-glusterd: handler returned: -2

Actual Results:-
------------------
[root@APP-SERVER1 ~]# gluster volume replace-brick dist 192.168.2.35:/export1 192.168.2.36:/export1 start
192.168.2.36, is not a friend
[root@APP-SERVER1 ~]# gluster peer probe 192.168.2.36
[root@APP-SERVER1 ~]# echo $?
110
[root@APP-SERVER1 ~]# gluster peer probe 192.168.2.36
Probe on host 192.168.2.36 port 24007 already in peer list
[root@APP-SERVER1 ~]# gluster peer detach 192.168.2.36
[root@APP-SERVER1 ~]# echo $?
110
[root@APP-SERVER1 ~]# gluster peer status
Number of Peers: 1
Hostname: 192.168.2.36
Uuid: 5d16bbd9-065d-486d-9f3b-51d888a73fee
State: Probe Sent to Peer (Connected)
[root@APP-SERVER1 ~]# gluster peer detach 192.168.2.36
[root@APP-SERVER1 ~]# echo $?
110
[root@APP-SERVER1 ~]# gluster volume replace-brick dist 192.168.2.35:/export1 192.168.2.36:/export1 start
192.168.2.36, is not befriended at the moment
[root@APP-SERVER1 ~]# gluster peer probe 192.168.2.35
Probe on localhost not needed
[root@APP-SERVER1 ~]# gluster peer probe 192.168.2.36
Probe on host 192.168.2.36 port 24007 already in peer list
[root@APP-SERVER1 ~]# 
[root@APP-SERVER1 ~]# gluster volume replace-brick dist 192.168.2.35:/export1 192.168.2.36:/export1 start
192.168.2.36, is not befriended at the moment

Version-Release number of selected component (if applicable):
mainline

Comment 1 Anand Avati 2012-02-27 10:19:37 UTC
CHANGE: http://review.gluster.com/2814 (mgmt/glusterd: pass defrag_cmd in rsp dict for volume info) merged in master by Vijay Bellur (vijay)

Comment 2 Shwetha Panduranga 2012-05-04 13:22:37 UTC
Bug is fixed . verified on 3.3.0qa39


Note You need to log in before you can comment on or make changes to this bug.