Bug 1623433
| Summary: | Brick fails to come online after shutting down and restarting a node | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Rachael <rgeorge> | |
| Component: | rhgs-server-container | Assignee: | Saravanakumar <sarumuga> | |
| Status: | CLOSED ERRATA | QA Contact: | Rachael <rgeorge> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | cns-3.10 | CC: | akrishna, amukherj, asriram, bmohanra, hchiramm, kramdoss, madam, nberry, ndevos, pprakash, rhs-bugs, rtalur, sankarshan, sarumuga, vinug | |
| Target Milestone: | --- | |||
| Target Release: | OCS 3.11 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | https://github.com/gluster/gluster-containers/pull/103 | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Previously, bricks were not properly mounted in the gluster pod and lvmetad processes (one in the container, one on the host) were competing for resources. Hence, this prevented certain logical volumes from being detected and/or available which resulted in failed mounted bricks. Now with this fix, do not rely on the lvmetad service, and ensure it is not started in the container. Hence, resulting in a single metadata daemon process running and managing the devices and logical volumes.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1623465 (view as bug list) | Environment: | ||
| Last Closed: | 2018-10-24 05:57:39 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: | 1568868, 1589277, 1610903, 1629575 | |||
|
Comment 6
Raghavendra Talur
2018-08-29 13:41:02 UTC
The upstream fix PR # https://github.com/gluster/gluster-containers/pull/103 This is interesting that the issue is always seen for bricks which are part of BHV. saravana, can you please confirm or update the workaround mentioned in c#29 ? Workaround: ( Thanks to Atin++ and Saravana++) Mount the brick(s) : # mount -a --fstab /var/lib/heketi/fstab Start the corresponding volume # gluster volume start <volume name> force The explanation is very plausible, and let's treat the image of https://bugzilla.redhat.com/show_bug.cgi?id=1536511#c21 as a proposed patch for this problem. proposing for 3.11.0 Updated doc text kindly review for technical accuracy. Looks good to me, thanks! I just changed the last words to "logical volumes", as there are multiple of them, not only one. Neils, thank you for the update. 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://access.redhat.com/errata/RHBA-2018:2990 |