diff options
author | Mohammed Rafi KC <rkavunga@redhat.com> | 2014-09-25 15:36:30 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2014-10-08 01:44:36 -0700 |
commit | 678e91718c41b29046df7b9a019e4e9f7550efcb (patch) | |
tree | f876482706081909b9636328b6bfc7a345796972 /contrib/fuse-util | |
parent | 283fa797f4bf98130b42c36972305b8cb6e5aaaf (diff) |
rdma: mount hangs for rdma type transport.
rdma transport type mount will hang if there is a delay
in network to receive,we will set transport as connected
if we get an event type RDMA_CM_EVENT_ESTABLISHED,
we cannot assure whether client or server will get the
event first, the only condition is that the side which
sends the first request should wait for the event.
If client gets the event first, then it sends DUMP request,
in server side the request will reach, but it will reject
the rpc request since it didn't get the RDMA_CM_EVENT_ESTABLISHED.
So in server we will set the connected flag as soon
as rdma_accept is called.
Change-Id: Iac5845e3592666daa575c727822889779b5bd203
BUG: 1146492
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: http://review.gluster.org/8850
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Tested-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'contrib/fuse-util')
0 files changed, 0 insertions, 0 deletions