Bug 1801624
| Summary: | Heal pending on volume, even after all the bricks are up | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Ravishankar N <ravishankar> | |
| Component: | replicate | Assignee: | bugs <bugs> | |
| Status: | CLOSED NEXTRELEASE | QA Contact: | ||
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | bugs, mwaykole, pasik, ravishankar, sasundar | |
| Target Milestone: | --- | Keywords: | Triaged | |
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1792821 | |||
| : | 1804591 (view as bug list) | Environment: | ||
| Last Closed: | 2020-02-18 09:12:11 UTC | Type: | --- | |
| 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: | 1804591, 1804594 | |||
|
Comment 1
Worker Ant
2020-02-11 11:51:23 UTC
Steps to reproduce: 1. Create replica 3 volume 2. Enable 'granular-entry-heal' on the volume # gluster volume heal <vol> granular-entry-heal enable 3. Fuse mount the volume 4. Create a file 'f1' on the fuse mount 5. Kill one of the brick say 'b2' 6. Now remove the file 'f1' and create a new file 'f1' 7. Trigger heal, even before bringing up the down brick # gluster volume heal <vol> 8. Bring the brick up 9. Check for heal info REVIEW: https://review.gluster.org/24109 (afr: prevent spurious entry heals leading to gfid split-brain) merged (#8) on master by Ravishankar N |