Bug 2118745
| Summary: | SAPInstance cluster resources not getting enabled after implementing sap-cluster-connector [rhel-8.6.0.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | pacemaker | Assignee: | Ken Gaillot <kgaillot> |
| Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 8.6 | CC: | amemon, cfeist, cluster-maint, cluster-qe, fdanapfe, hbiswas, jfuchs, jserrano, mjuricek, mmoster, msmazova, oalbrigt, sbradley |
| Target Milestone: | rc | Keywords: | Regression, Triaged, ZStream |
| Target Release: | 8.6 | Flags: | pm-rhel:
mirror+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | pacemaker-2.1.2-4.el8_6.3 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: The Pacemaker versions in RHEL 8.5 and 9.0 beta and later, for the crm_resource -O command to list operations, use a minimum of 0 for execution status.
Consequence: A pending command, which has an execution status of -1, is shown as complete (0).
Fix: crm_resource -O now uses a minimum of -1 for execution status.
Result: Pending commands are appropriately shown as pending.
|
Story Points: | --- |
| Clone Of: | 2118337 | Environment: | |
| Last Closed: | 2022-09-13 09:48:19 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: | 2118337 | ||
| Bug Blocks: | |||
|
Comment 1
Ken Gaillot
2022-08-16 19:04:51 UTC
QA: Reproducer is same as for parent bz:
CIB_file=/usr/share/pacemaker/tests/scheduler/xml/probe-1.xml crm_resource -O
Before:
DcIPaddr (ocf::heartbeat:IPaddr): Stopped: DcIPaddr_monitor_0 (node=c001n05, call=2, rc=-1): complete
After:
DcIPaddr (ocf::heartbeat:IPaddr): Stopped: DcIPaddr_monitor_0 (node=c001n05, call=2, rc=-1): pending
"crm_resource -O" in a live cluster with a pending operation would also show the issue.
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 (pacemaker 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/RHBA-2022:6451 |