Bug 1809413
Summary: | host activation causes RHHI nodes to lose the quorum | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | SATHEESARAN <sasundar> |
Component: | rhhi | Assignee: | Gobinda Das <godas> |
Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | rhhiv-1.8 | CC: | aoconnor, daniel.milewski, dwalveka, godas, lsantann, mkalinin, obockows, pelauter, rcyriac, rhinduja, rhodain, rhs-bugs, sabose |
Target Milestone: | --- | ||
Target Release: | RHHI-V 1.8 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Previously, activating the host from the Administrator Portal restarted the glusterd service which led to quorum loss when the glusterd process ID changed.
With this release, the glusterd service does not restart if it is already up and running during the activation of the host, so the glusterd process ID does not change and there is no quorum loss.
|
Story Points: | --- |
Clone Of: | 1741102 | Environment: | |
Last Closed: | 2020-08-04 14:51:33 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: | 1741102 | ||
Bug Blocks: | 1779975 |
Description
SATHEESARAN
2020-03-03 05:47:06 UTC
Verified with RHV Version 4.4.0-0.33.master.el8ev 0. Note down the process ID (PID) of glusterd process 1. Moved the host to maintenance without stopping gluster services 2. Activate the host back 3. Note down the process ID(PID) of the glusterd process Process ID(PID) of glusterd remains the same, which means that the glusterd service is not restarted, when the host is activated, which was earlier put in to maintenance without stopping glusterd service Before the host was put in to maintenance, without stopping gluster services [root@ ~]# pidof glusterd 650894 After the host is activated [root@ ~]# pidof glusterd 650894 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 (RHHI for Virtualization 1.8 bug fix and enhancement update), 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/RHEA-2020:3314 |