Bug 1003914
Summary: | remove-brick :- If User executes 'gluster volume remove-brick <vol> <brick> commit' command before 'gluster volume remove-brick <vol> <brick> start' commands; it removes brick and ends in data loss | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rachana Patel <racpatel> | |
Component: | glusterfs | Assignee: | Vijaikumar Mallikarjuna <vmallika> | |
Status: | CLOSED ERRATA | QA Contact: | amainkar | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 2.1 | CC: | rhs-bugs, sdharane, smohan, vagarwal, vbellur, vmallika | |
Target Milestone: | --- | |||
Target Release: | RHGS 3.0.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.6.0-3.0.el6rhs | Doc Type: | Bug Fix | |
Doc Text: |
Previously when 'remove-brick commit' is executed 'remove-brick start' no warning was displayed and it removes the brick with data loss.
After the fix when 'remove-brick commit' is executed 'remove-brick start' error is displayed:
Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y
volume remove-brick commit: failed: Brick 10.70.35.172:/brick0 is not decommissioned. Use start or force option
|
Story Points: | --- | |
Clone Of: | ||||
: | 1027171 (view as bug list) | Environment: | ||
Last Closed: | 2014-09-22 19:28:48 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: | ||||
Bug Blocks: | 1027171 |
Description
Rachana Patel
2013-09-03 13:59:54 UTC
Patch http://review.gluster.org/#/c/6233/ fixes the issue Merged as a part of rebase verified with - 3.6.0.18-1.el6rhs.x86_64 it's giving error [root@OVM5 ~]# gluster volume remove-brick test1 10.70.35.172:/brick0 commit Removing brick(s) can result in data loss. Do you want to Continue? (y/n) y volume remove-brick commit: failed: Brick 10.70.35.172:/brick0 is not decommissioned. Use start or force option hence moving bug to verified Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-1278.html |