summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client-handshake.c
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2011-07-07 01:33:05 +0000
committerAnand Avati <avati@gluster.com>2011-07-12 00:07:01 -0700
commita9080b7c706be4ac917866d73e70e36fd933b54d (patch)
treea6ee0bd1aafffb66d0df7a6dbe70b4411467ddce /xlators/protocol/client/src/client-handshake.c
parente9c29f722776a91993403428cafdb2b7e1056bd8 (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: Anand Avati <avati@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
Diffstat (limited to 'xlators/protocol/client/src/client-handshake.c')
-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 391d5516f4b..57781bbb53d 100644
--- a/xlators/protocol/client/src/client-handshake.c
+++ b/xlators/protocol/client/src/client-handshake.c
@@ -1215,8 +1215,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;
}
}
}