Bug 1226830
Summary: | Scrubber crash upon pause | |||
---|---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Venky Shankar <vshankar> | |
Component: | bitrot | Assignee: | Venky Shankar <vshankar> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | RajeshReddy <rmekala> | |
Severity: | unspecified | Docs Contact: | bugs <bugs> | |
Priority: | unspecified | |||
Version: | 3.7.0 | CC: | anekkunt, bugs, ggarg, mzywusko, nsathyan | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.7.3 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1231617 (view as bug list) | Environment: | ||
Last Closed: | 2015-07-30 09:48:32 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: | 1226666, 1231619, 1232309 | |||
Bug Blocks: | 1231617 |
Description
Venky Shankar
2015-06-01 09:05:51 UTC
So, the crash is due to a race between CHILD_UP (where ->timer is initialized for the subvolume) and reconfigure() which tries to access ->timer to reschedule the scrub time. REVIEW: http://review.gluster.org/11147 (features/bitrot: cleanup, v1) posted (#3) for review on master by Venky Shankar (vshankar) REVIEW: http://review.gluster.org/11147 (features/bitrot: cleanup, v1) posted (#5) for review on master by Venky Shankar (vshankar) COMMIT: http://review.gluster.org/11539 committed in release-3.7 by Raghavendra Bhat (raghavendra) ------ commit 291aba1f1ba33831569acd879e3357c1fd01a5c8 Author: Venky Shankar <vshankar> Date: Tue Jun 2 21:23:48 2015 +0530 features/bitrot: cleanup, v1 Backport of http://review.gluster.org/11147 This is a short series of patches (with other cleanups) aimed at cleaning up some of the incorrect assumptions taken in reconfigure() leading to crashes when subvolumes are not fully initialized (as reported here[1] on gluster-devel@). Furthermore, there is some amount of code cleanup to handle disconnection and cleanup up data structure (as part of subsequent patch). [1] http://www.gluster.org/pipermail/gluster-devel/2015-June/045410.html Change-Id: I68ac4bccfbac4bf02fcc31615bd7d2d191021132 BUG: 1226830 Signed-off-by: Venky Shankar <vshankar> Reviewed-on: http://review.gluster.org/11539 Reviewed-by: Raghavendra Bhat <raghavendra> Tested-by: NetBSD Build System <jenkins.org> Tested-by: Gluster Build System <jenkins.com> 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.7.3, please open a new bug report. glusterfs-3.7.3 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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/12078 [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |