Bug 1369029
Summary: | Bad node(s) in error message(s) when executing maintenance/unmaintenance commands with nodes | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Miroslav Lisik <mlisik> |
Component: | pcs | Assignee: | Ondrej Mular <omular> |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 6.8 | CC: | cfeist, cluster-maint, idevat, omular, tojeline |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pcs-0.9.154-1.el6 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-21 11:04: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: |
Description
Miroslav Lisik
2016-08-22 11:09:00 UTC
Fixed in upstream: https://github.com/ClusterLabs/pcs/commit/1a95e216d0d6f5a71e2c8111c2b8323efa3d9fe4 See bz1247088 comment 14 for details Before Fix: [vm-rhel67-1 ~] $ rpm -q pcs pcs-0.9.148-7.el6_8.1.x86_64 [vm-rhel67-1 ~] $ pcs status nodes pacemaker Pacemaker Nodes: Online: vm-rhel67-1 vm-rhel67-2 Standby: Maintenance: Offline: Pacemaker Remote Nodes: Online: Standby: Maintenance: Offline: [vm-rhel67-1 ~] $ pcs node maintenance vm-rhel67-2 bad1 bad2 Error: Node 'vm-rhel67-2' does not appear to exist in configuration Error: Node 'vm-rhel67-2' does not appear to exist in configuration [vm-rhel67-1 ~] $ pcs status nodes pacemaker Pacemaker Nodes: Online: vm-rhel67-1 Standby: Maintenance: vm-rhel67-2 Offline: Pacemaker Remote Nodes: Online: Standby: Maintenance: Offline: After Fix: [vm-rhel67-1 ~] $ rpm -q pcs pcs-0.9.154-1.el6.x86_64 [vm-rhel67-1 ~] $ pcs status nodes pacemaker Pacemaker Nodes: Online: vm-rhel67-1 vm-rhel67-2 Standby: Maintenance: Offline: Pacemaker Remote Nodes: Online: Standby: Maintenance: Offline: You have new mail. [vm-rhel67-1 ~] $ pcs node maintenance vm-rhel67-2 bad1 bad2 Error: Node 'bad1' does not appear to exist in configuration Error: Node 'bad2' does not appear to exist in configuration [vm-rhel67-1 ~] $ pcs status nodes pacemaker Pacemaker Nodes: Online: vm-rhel67-1 vm-rhel67-2 Standby: Maintenance: Offline: Pacemaker Remote Nodes: Online: Standby: Maintenance: Offline: 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/RHBA-2017-0707.html |