Bug 912498
Summary: | When listing multiple operations pcs should print one per line | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Chris Feist <cfeist> |
Component: | pcs | Assignee: | Chris Feist <cfeist> |
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.5 | CC: | amascari, cluster-maint, fdanapfe, lnovich, rsteiger, slevine |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pcs-0.9.64-1.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: When a resource had multiple operations they were all displayed on the same line.
Consequence: It could be difficult to see all operations a particular resource had
Fix: Each resource operation is now displayed on it's own line.
Result: It's easier to view resources with multiple operations.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-11-21 11:51: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: |
Description
Chris Feist
2013-02-18 20:07:44 UTC
[root@ask-02 ~]# rpm -q pcs pcs-0.9.64-1.el6.noarch [root@ask-02 ~]# pcs -f test.xml resource create Test Dummy op monitor interval=30s op monitor interval=31s [root@ask-02 ~]# pcs -f test.xml resource show Test Resource: Test (class=ocf provider=heartbeat type=Dummy) Operations: monitor interval=30s (Test-monitor-interval-30s) monitor interval=31s (Test-monitor-interval-31s) 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. http://rhn.redhat.com/errata/RHBA-2013-1633.html |