Bug 1089668
Summary: | DHT - rebalance - gluster volume rebalance <volname> status shows output even though User hasn't run rebalance on that volume (it shows remove-brick status) | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Gaurav Kumar Garg <ggarg> |
Component: | glusterd | Assignee: | Gaurav Kumar Garg <ggarg> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | pre-release | CC: | amukherj, bugs, gluster-bugs, nsathyan, racpatel, rhs-bugs, sasundar, smohan, vbellur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.6.0beta1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 951488 | Environment: | |
Last Closed: | 2014-11-11 08:30:17 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: |
Description
Gaurav Kumar Garg
2014-04-21 13:10:21 UTC
REVIEW: http://review.gluster.org/7517 (glusterd: rebalance status does not show rebalance status when user has not started rebalance) posted (#1) for review on master by Gaurav Kumar Garg (ggarg) REVIEW: http://review.gluster.org/7517 (glusterd: Differentiate rebalance status and remove-brick status messages) posted (#2) for review on master by Gaurav Kumar Garg (ggarg) REVIEW: http://review.gluster.org/7517 (glusterd: Differentiate rebalance status and remove-brick status messages) posted (#3) for review on master by Gaurav Kumar Garg (ggarg) REVIEW: http://review.gluster.org/7517 (glusterd: Differentiate rebalance status and remove-brick status messages) posted (#4) for review on master by Gaurav Kumar Garg (ggarg) REVIEW: http://review.gluster.org/7517 (glusterd: Differentiate rebalance status and remove-brick status messages) posted (#5) for review on master by Gaurav Kumar Garg (ggarg) REVIEW: http://review.gluster.org/7517 (glusterd: Differentiate rebalance status and remove-brick status messages) posted (#6) for review on master by Gaurav Kumar Garg (ggarg) COMMIT: http://review.gluster.org/7517 committed in master by Vijay Bellur (vbellur) ------ commit dd5e318e020fab5914567885c1b83815b39d46f9 Author: ggarg <ggarg> Date: Mon Apr 21 18:59:00 2014 +0530 glusterd: Differentiate rebalance status and remove-brick status messages previously when user triggred 'gluster volume remove-brick VOLNAME BRICK start' then command' gluster volume rebalance <volname> status' showing output even user has not triggred "rebalance start" and when user triggred 'gluster volume rebalance <volname> start' then command 'gluster volume remove-brick VOLNAME BRICK status' showing output even user has not run rebalance start and remove brick start. regression test failed in previous patch. file test/dht.rc and test/bug/bug-973073 edited to avoid regression test failure. now with this fix it will differentiate rebalance and remove-brick status messages. Signed-off-by: ggarg <ggarg> Change-Id: I7f92ad247863b9f5fbc0887cc2ead07754bcfb4f BUG: 1089668 Reviewed-on: http://review.gluster.org/7517 Tested-by: Gluster Build System <jenkins.com> Reviewed-by: Atin Mukherjee <amukherj> Reviewed-by: Humble Devassy Chirammal <humble.devassy> Reviewed-by: Vijay Bellur <vbellur> With this code change if user trigger command "rebalance <volname> status " and if rebalance not started then it will show error message that rebalance not started. Similar case for remove-brick if user trigger command "remove-brick <volname> status" and if remove-brick not started then it will show error message that remove-brick not started. In addition to previous comment, it is to be noted that remove-brick/rebalance start is always a new transaction for glusterd and hence if a remove-brick/rebalance transaction is stopped in between, remove-brick/rebalance status would not show the status of the previous remove-brick/rebalance transaction and will error out saying remove-brick/rebalance is not started. REVIEW: http://review.gluster.org/8050 (tests: fix for spurious failure:) posted (#1) for review on master by Gaurav Kumar Garg (ggarg) COMMIT: http://review.gluster.org/8050 committed in master by Pranith Kumar Karampuri (pkarampu) ------ commit 997d2fbd2dd31c0b16bf9323757cdc97200f6629 Author: ggarg <ggarg> Date: Thu Jun 12 18:51:51 2014 +0530 tests: fix for spurious failure: Change-Id: I39cc497f12c83aa055acb6e88e4c3e1e8774e577 BUG: 1089668 Signed-off-by: ggarg <ggarg> Reviewed-on: http://review.gluster.org/8050 Reviewed-by: Sachin Pandit <spandit> Reviewed-by: Pranith Kumar Karampuri <pkarampu> Tested-by: Pranith Kumar Karampuri <pkarampu> Gaurav, It was decided that to leave the bug status as MODIFIED when you are done with the bug, So I have moved this bug to MODIFIED state 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 |