Bug 2222744
Summary: | `pcs property describe` does not raise an error for non-existent properties | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Michal Pospisil <mpospisi> | |
Component: | pcs | Assignee: | Peter Romancik <promanci> | |
Status: | CLOSED MIGRATED | 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: | MigratedToJIRA, Triaged | |
Target Release: | 9.4 | Flags: | pm-rhel:
mirror+
|
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
Filter function skipped check for properties without metadata in commands `pcs property describe` and `pcs property defaults`.
Consequence:
If specified properties in the commands `pcs property describe` and `pcs property defaults` did not have metadata no error was displayed.
Fix:
Fix filter function to check properties without metadata.
Result:
If specified properties in the commands do not have metadata error message is printed.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2226778 (view as bug list) | Environment: | ||
Last Closed: | 2023-09-22 20:26:52 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: | 2226778 |
Description
Michal Pospisil
2023-07-13 15:47:23 UTC
Upstream commit: https://github.com/ClusterLabs/pcs/commit/91852cc4971c9002bd1cefc250bdca57ba68fbbd Updated commands: * pcs property describe * pcs property defaults Test: # pcs property describe nonexistent Error: No description for property: 'nonexistent' # echo $? 1 # pcs property defaults nonexistent1 nonexistent2 Error: No default value for properties: 'nonexistent1', 'nonexistent2' # echo $? 1 Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug. This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |