From 0de3de4523a987893965240c5425f811f1c3e172 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Thu, 7 Jul 2011 01:34:46 +0000 Subject: client-handshake: skip CHILD_DOWN notifications when client is querying port using different volume names in the presence of rdma. Signed-off-by: Raghavendra G Signed-off-by: Anand Avati BUG: 3091 (rebalance fails with "transport endpoint not connected" in 3.2.1 rdma set-up) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=3091 --- xlators/protocol/client/src/client-handshake.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators') diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c index 71c5883ad43..394ff7876ae 100644 --- a/xlators/protocol/client/src/client-handshake.c +++ b/xlators/protocol/client/src/client-handshake.c @@ -1145,8 +1145,10 @@ client_query_portmap (xlator_t *this, struct rpc_clnt *rpc) remote_subvol); req.brick = brick_name; conf->need_different_port = 1; + conf->skip_notify = 1; } else { conf->need_different_port = 0; + conf->skip_notify = 0; } } } -- cgit