Bug 2217850
Summary: | 'pcs property config --all' shows duplicated records for some of the properties | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Nina Hostakova <nhostako> | ||||
Component: | pcs | Assignee: | Miroslav Lisik <mlisik> | ||||
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 9.3 | CC: | cluster-maint, idevat, mlisik, mmazoure, mpospisi, omular, tojeline | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | 9.3 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | pcs-0.11.6-2.el9 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 2218841 (view as bug list) | Environment: | |||||
Last Closed: | 2023-11-07 08:23:11 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 2218841 | ||||||
Deadline: | 2023-07-17 | ||||||
Attachments: |
|
Description
Nina Hostakova
2023-06-27 09:42:54 UTC
Created attachment 1975185 [details]
proposed fix
Updated commands:
* pcs property [config] --all
* pcs property describe
Enviroment: A running cluster with some configured properties.
Test:
# pcs property config --all | uniq -d | wc -l
0
# pcs property describe --full | grep -v '^[ ]' | uniq -d | wc -l
0
DevTestResults: [root@r09-03-a ~]# pcs property config --all | uniq -d | wc -l 0 [root@r09-03-a ~]# pcs property describe --full | grep -v '^[ ]' | uniq -d | wc -l 0 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 (Low: pcs security, 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/RHSA-2023:6316 |