summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2011-07-07 01:32:01 +0000
committerVijay Bellur <vijay@gluster.com>2011-07-07 06:03:57 -0700
commit761d4b1518fda132a18f4521c9ad7c9f6f5b02fe (patch)
tree733157a35b3905c9058f63030cf71d70d1e92e9e
parent1f74b2aab32d2386236ced19e6f391ba1dfb64a9 (diff)
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 <raghavendra@gluster.com> Signed-off-by: Vijay Bellur <vijay@gluster.com> 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
-rw-r--r--xlators/protocol/client/src/client-handshake.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-handshake.c b/xlators/protocol/client/src/client-handshake.c
index 971ea9cf5da..5fccb89de0b 100644
--- a/xlators/protocol/client/src/client-handshake.c
+++ b/xlators/protocol/client/src/client-handshake.c
@@ -1221,8 +1221,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;
}
}
}