Bug 1234399
Summary: | `gluster volume heal <vol-name> split-brain' changes required for entry-split-brain | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Shruti Sampat <ssampat> | |
Component: | replicate | Assignee: | Ravishankar N <ravishankar> | |
Status: | CLOSED ERRATA | QA Contact: | Shruti Sampat <ssampat> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | rhgs-3.1 | CC: | annair, asrivast, atalur, divya, ravishankar, rhs-bugs, storage-qa-internal | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | RHGS 3.1.1 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | glusterfs-3.7.1-13 | Doc Type: | Bug Fix | |
Doc Text: |
Previously, the split-brain resolution command used to perform conservative merge on directories with both 'bigger- file' and 'source-brick' options. With the fix, for directories, the 'bigger-file' option is disallowed while the 'source-brick' does a conservative merge, informing the user with the appropriate message in both cases.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1254167 (view as bug list) | Environment: | ||
Last Closed: | 2015-10-05 07:14:12 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: | 1251815, 1254167, 1256605 |
Description
Shruti Sampat
2015-06-22 13:21:05 UTC
Patch posted upstream - http://review.gluster.org/11937/ Verified as fixed in glusterfs-3.7.1-14.el7rhgs.x86_64 - Tested with a volume having a directory in entry split-brain - # gluster v heal test info Brick dhcp37-135.lab.eng.blr.redhat.com:/rhs/brick3/b1/ /dir - Is in split-brain /dir/2 Number of entries: 2 Brick dhcp37-70.lab.eng.blr.redhat.com:/rhs/brick3/b1/ /dir - Is in split-brain /dir/1 Number of entries: 2 Using bigger-file option - # gluster volume heal test split-brain bigger-file /dir 'bigger-file' not a valid option for directories. Volume heal failed. Using source-brick option - # gluster volume heal test split-brain source-brick 10.70.37.135:/rhs/brick3/b1 /dir 'source-brick' option used on a directory (/dir). Performing conservative merge. Healed /dir. On the client after heal - # ls dir/ 1 2 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. https://rhn.redhat.com/errata/RHSA-2015-1845.html |