Bug 1847327
| Summary: | Minor typo on cinder --os-volume-api-version 3.7 help cluster-list output. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Tzach Shefi <tshefi> |
| Component: | python-cinderclient | Assignee: | Eric Harney <eharney> |
| Status: | CLOSED ERRATA | QA Contact: | Tzach Shefi <tshefi> |
| Severity: | low | Docs Contact: | RHOS Documentation Team <rhos-docs> |
| Priority: | low | ||
| Version: | 16.1 (Train) | CC: | apevec, eharney, ltoscano |
| Target Milestone: | beta | Keywords: | Triaged, ZStream |
| Target Release: | 16.2 (Train on RHEL 8.4) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-cinderclient-5.0.2-2.20210419122659.7e9e31c.el8ost.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-09-15 07:08:44 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: | |||
Verified on:
python3-cinderclient-5.0.2-2.20210419122659.7e9e31c.el8ost.1.noarch
(overcloud) [stack@undercloud-0 ~]$ cinder --os-volume-api-version 3.7 help cluster-list
usage: cinder cluster-list [--name <name>] [--binary <binary>]
[--is-up <True|true|False|false>]
[--disabled <True|true|False|false>]
[--num-hosts <num-hosts>]
[--num-down-hosts <num-down-hosts>] [--detailed]
Lists clustered services with optional filtering.
Optional Arguments:
--name <name> Filter by cluster name, without backend will list all
clustered services from the same cluster.
Default=None.
--binary <binary> Cluster binary. Default=None.
--is-up <True|true|False|false>
Filter by up/down status. Default=None.
^ typo fixed.
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 (Red Hat OpenStack Platform (RHOSP) 16.2 enhancement 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://access.redhat.com/errata/RHEA-2021:3483 |
Description of problem: Minor typo dow -> down, see later below. Version-Release number of selected component (if applicable): python3-cinderclient-5.0.1-0.20200326130221.8fa0882.el8ost.noarch How reproducible: Every time 1. On DCN+HCI, source dcnrc1 and issue: (dcn1) [stack@site-undercloud-0 ~]$ cinder --os-volume-api-version 3.7 help cluster-list usage: cinder cluster-list [--name <name>] [--binary <binary>] [--is-up <True|true|False|false>] [--disabled <True|true|False|false>] [--num-hosts <num-hosts>] [--num-down-hosts <num-down-hosts>] [--detailed] Lists clustered services with optional filtering. Optional Arguments: --name <name> Filter by cluster name, without backend will list all clustered services from the same cluster. Default=None. --binary <binary> Cluster binary. Default=None. --is-up <True|true|False|false> Filter by up/dow status. Default=None. Rest of output is truncated, see line above "Filtered by up/dow" missing n.