[Bugs] [Bug 1166515] [Tracker] RDMA support in glusterfs
bugzilla at redhat.com
bugzilla at redhat.com
Tue Jan 6 09:39:19 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1166515
--- Comment #25 from Anand Avati <aavati at redhat.com> ---
COMMIT: http://review.gluster.org/9176 committed in release-3.6 by Raghavendra
Bhat (raghavendra at redhat.com)
------
commit bb1601b94039b27b5a148479b61895a100ce8e6d
Author: Mohammed Rafi KC <rkavunga at redhat.com>
Date: Thu Sep 18 04:21:04 2014 -0400
rdma:rdma fuse mount hangs for tcp,rdma volumes if brick is down.
Backport of http://review.gluster.org/8762
When we try to mount a tcp,rdma volume as rdma
transport using FUSE protocol, then mount will
hang if the brick is down. When we kill a process,
signal will be received in glusterfsd process and
it will call pmap_signout with port listening on tcp only.
In case of the tcp,rdma there will be two ports,
and port which is listening for rdma will not
called for sign out.
So the mount process will try to connect to a port
which is not open and it will keep trying to connect.
This patch will call pmap_signout for rdma port also,
So when mount tries to get the brick port,it will fail.
Change-Id: I73f90d7340afa3b0b1278924206f1488e4094a62
BUG: 1166515
Signed-off-by: Mohammed Rafi KC <rkavunga at redhat.com>
Reviewed-on: http://review.gluster.org/8762
Tested-by: Gluster Build System <jenkins at build.gluster.com>
Reviewed-by: Krishnan Parthasarathi <kparthas at redhat.com>
Reviewed-by: Raghavendra G <rgowdapp at redhat.com>
Tested-by: Raghavendra G <rgowdapp at redhat.com>
Reviewed-on: http://review.gluster.org/9176
Reviewed-by: Raghavendra Bhat <raghavendra at redhat.com>
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list