Bug 1410701
Summary: | [SAMBA-SSL] Volume Share hungs when multiple mount & unmount is performed over a windows client on a SSL enabled cluster | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | rjoseph | |
Component: | rpc | Assignee: | rjoseph | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
Severity: | high | Docs Contact: | ||
Priority: | unspecified | |||
Version: | mainline | CC: | amukherj, bugs, rcyriac, rhinduja, rhs-smb, sbhaloth, vdas | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.11.0 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1409563 | |||
: | 1419503 (view as bug list) | Environment: | ||
Last Closed: | 2017-05-30 18:38:06 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1409563 | |||
Bug Blocks: | 1419503 |
Comment 1
Worker Ant
2017-01-06 06:44:51 UTC
REVIEW: https://review.gluster.org/16343 (socket: GF_REF_PUT should be called outside lock) posted (#2) for review on master by Rajesh Joseph (rjoseph) COMMIT: https://review.gluster.org/16343 committed in master by Raghavendra G (rgowdapp) ------ commit b3188c61d248526a070b1b18df1ea1d181b349d6 Author: Rajesh Joseph <rjoseph> Date: Thu Jan 5 23:58:21 2017 +0530 socket: GF_REF_PUT should be called outside lock GF_REF_PUT was called inside lock which can call socket_poller_mayday which inturn tries to take the same lock. This can lead to deadlock scenario. BUG: 1410701 Change-Id: Ib3b161bcfeac810bd3593dc04c10ef984f996b17 Signed-off-by: Rajesh Joseph <rjoseph> Reviewed-on: https://review.gluster.org/16343 Reviewed-by: Raghavendra G <rgowdapp> CentOS-regression: Gluster Build System <jenkins.org> Smoke: Gluster Build System <jenkins.org> NetBSD-regression: NetBSD Build System <jenkins.org> This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.11.0, please open a new bug report. glusterfs-3.11.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://lists.gluster.org/pipermail/announce/2017-May/000073.html [2] https://www.gluster.org/pipermail/gluster-users/ |