Bug 1046308
Summary: | glusterd crashes and when rebalancing a volume with the name StartMigrationDuringRebalanceTest | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | krishnan parthasarathi <kparthas> |
Component: | glusterd | Assignee: | krishnan parthasarathi <kparthas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | mainline | CC: | bugs, dpati, dtsang, gluster-bugs, knarra, kparthas, mmahoney, nsathyan, pprakash, sdharane, ssampat, vagarwal, vbellur |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1042830 | Environment: | |
Last Closed: | 2014-11-11 08:26:11 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: | 1042830 | ||
Bug Blocks: |
REVIEW: http://review.gluster.org/6589 (socket: unix socket connect path can't be greater than UNIX_PATH_MAX characters) posted (#1) for review on master by Krishnan Parthasarathi (kparthas) REVIEW: http://review.gluster.org/6589 (socket: unix socket connect path can't be greater than UNIX_PATH_MAX characters) posted (#2) for review on master by Krishnan Parthasarathi (kparthas) COMMIT: http://review.gluster.org/6589 committed in master by Vijay Bellur (vbellur) ------ commit d4b8825436daad701995e120f38da706e5fe97c1 Author: Krishnan Parthasarathi <kparthas> Date: Tue Dec 24 17:58:21 2013 +0530 socket: unix socket connect path can't be greater than UNIX_PATH_MAX characters Change-Id: I74788b63dd1c14507aa6d65182ea4b87a2e1f389 BUG: 1046308 Signed-off-by: Krishnan Parthasarathi <kparthas> Reviewed-on: http://review.gluster.org/6589 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Vijaikumar Mallikarjuna <vmallika> Reviewed-by: Vijay Bellur <vbellur> A beta release for GlusterFS 3.6.0 has been released. Please verify if the release solves this bug report for you. In case the glusterfs-3.6.0beta1 release does not have a resolution for this issue, leave a comment in this bug and move the status to ASSIGNED. If this release fixes the problem for you, leave a note and change the status to VERIFIED. Packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update (possibly an "updates-testing" repository) infrastructure for your distribution. [1] http://supercolony.gluster.org/pipermail/gluster-users/2014-September/018836.html [2] http://supercolony.gluster.org/pipermail/gluster-users/ 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.6.1, please reopen this bug report. glusterfs-3.6.1 has been announced [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://supercolony.gluster.org/pipermail/gluster-users/2014-November/019410.html [2] http://supercolony.gluster.org/mailman/listinfo/gluster-users |
Created attachment 841245 [details] Test script that automates the steps to reproduce the issue. Description of problem: glusterd crashes and when rebalancing a volume with the name StartMigrationDuringRebalanceTest. glusterd crashes again shortly after restarting the process. Version-Release number of selected component (if applicable): mainline How reproducible: 100% reproducible Steps to Reproduce: 1. create a simple dist volume with the name StartMigrationDuringRebalanceTest 2. start the volume 3. start rebalance on the volume Actual results: glusterd crashes, rebalance failed to start Expected results: rebalance starts successfully