Bug 2218841
Summary: | 'pcs property config --all' shows duplicated records for some of the properties | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Miroslav Lisik <mlisik> |
Component: | pcs | Assignee: | Miroslav Lisik <mlisik> |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 8.9 | CC: | cluster-maint, idevat, mlisik, mmazoure, mpospisi, nhostako, omular, tojeline |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | 8.9 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pcs-0.10.17-2.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 2217850 | Environment: | |
Last Closed: | 2023-11-14 15:22:35 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: | 2217850 | ||
Bug Blocks: |
Description
Miroslav Lisik
2023-06-30 08:13:37 UTC
Upstream commit: https://github.com/ClusterLabs/pcs/commit/d441773b1da3392e472cd39891a6ee801b4785e6 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@r08-09-a ~]# pcs property config --all | uniq -d | wc -l 0 [root@r08-09-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 (pcs 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/RHBA-2023:6903 |