| Summary: | pcs property show <property> shows all node properties unfiltered | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Michele Baldessari <michele> | ||||
| Component: | pcs | Assignee: | Tomas Jelinek <tojeline> | ||||
| Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.3 | CC: | cfeist, cluster-maint, idevat, omular, rsteiger, tojeline | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | pcs-0.9.152-5.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: |
Cause:
User wants to list cluster properties matching specified name.
Consequence:
All node properties are listed.
Fix:
Filter node properties by specified name.
Result:
Only properties matching the name are listed.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-11-03 20:56:37 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: | |||||
| Attachments: |
|
||||||
|
Description
Michele Baldessari
2016-01-26 14:18:49 UTC
Node properties should be moved to "pcs node" command. Created attachment 1182767 [details]
proposed fix
Setup: [vm-rhel72-1 ~] $ pcs node standby vm-rhel72-3 [vm-rhel72-1 ~] $ pcs property Cluster Properties: cluster-infrastructure: corosync cluster-name: devcluster dc-version: 1.1.15-7.el7-e174ec8 have-watchdog: false Node Attributes: vm-rhel72-3: standby=on Before Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-4.el7.x86_64 [vm-rhel72-1 ~] $ pcs property show baz Cluster Properties: Node Attributes: vm-rhel72-3: standby=on After Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-5.el7.x86_64 [vm-rhel72-1 ~] $ pcs property show baz Cluster Properties: 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/RHSA-2016-2596.html |