Bug 1301993
Summary: | [RFE] pcs property list/show could have a --node filter | ||||||
---|---|---|---|---|---|---|---|
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: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 7.4 | CC: | cfeist, cluster-maint, idevat, omular, royoung, rsteiger, tojeline | ||||
Target Milestone: | rc | Keywords: | FutureFeature | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | pcs-0.9.152-5.el7 | Doc Type: | Enhancement | ||||
Doc Text: |
Feature:
Be able to list node attributes of specified node. Currently it is only possible to list attributes of all nodes.
Reason:
Make reading and parsing of the output easier.
Result:
New command "pcs node attributes" has been implemented which makes it easier to manage node attributes and also allows to display attributes of a specified node.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2016-11-03 20:56:32 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: | |||||||
Attachments: |
|
Description
Michele Baldessari
2016-01-26 13:52:16 UTC
Node properties should be moved to "pcs node" command. Created attachment 1182769 [details]
proposed fix
Before Fix: Command "pcs node attribute" does not exist. Command "pcs node utilization" does not support --name modifier. After Fix: [vm-rhel72-1 ~] $ rpm -q pcs pcs-0.9.152-5.el7.x86_64 1) [vm-rhel72-1 ~] $ pcs node attribute Node Attributes: [vm-rhel72-1 ~] $ pcs node attribute vm-rhel72-3 foo=bar [vm-rhel72-1 ~] $ pcs node attribute vm-rhel72-3 bar=foo [vm-rhel72-1 ~] $ pcs node attribute vm-rhel72-1 bar=baz [vm-rhel72-1 ~] $ pcs node attribute Node Attributes: vm-rhel72-1: bar=baz vm-rhel72-3: bar=foo foo=bar [vm-rhel72-1 ~] $ pcs node attribute vm-rhel72-1 Node Attributes: vm-rhel72-1: bar=baz [vm-rhel72-1 ~] $ pcs node attribute --name=bar Node Attributes: vm-rhel72-1: bar=baz vm-rhel72-3: bar=foo 2) [vm-rhel72-1 ~] $ pcs node utilization vm-rhel72-1 foo=1 [vm-rhel72-1 ~] $ pcs node utilization vm-rhel72-1 bar=1 [vm-rhel72-1 ~] $ pcs node utilization vm-rhel72-3 bar=2 [vm-rhel72-1 ~] $ pcs node utilization --name bar Node Utilization: vm-rhel72-1: bar=1 vm-rhel72-3: bar=2 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 |