Bug 1660799
| Summary: | [DDF] Use of nonexistent command | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Direct Docs Feedback <ddf-bot> |
| Component: | Documentation | Assignee: | Steven J. Levine <slevine> |
| Documentation sub component: | DDF | QA Contact: | |
| Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | medium | CC: | nwahl, rhel-docs |
| Version: | 8.0 | Flags: | tcapek:
mirror+
|
| Target Milestone: | rc | ||
| Target Release: | 8.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-01-08 18:32:27 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Direct Docs Feedback
2018-12-19 09:35:28 UTC
`pcs resource show` DOES exist in the current beta version (interestingly named "pcs-0.10.0.alpha.6-2.el8.x86_64"), and `pcs resource config` does not. `pcs resource show` has been removed in pcs-0.10.1-1.el8.x86_64, which is currently in the HTB, and replaced by `pcs resource config`. So the documentation is accurate for the beta. It will need to be updated for pcs-0.10.1-1.el8.x86_64. Also created BZ 1661059 - pcs resource show: Introduce backward compatibility with deprecation warnings, to discuss making `pcs resource show` work for a couple of releases to prevent breaking existing workflows. The same situation exists with `pcs stonith show` in "6.8. Displaying configured fence devices." For this command I think the update is not "pcs resource config" but "pcs resource status" -- see BZ#1654280. - Split command `pcs resource [show]` into two new commands: - `pcs resource [status]` - same as `pcs resource [show]` - `pcs resource config` - same as `pcs resource [show] --full` or resource id specified instead of --full |