Hide Forgot
Use of nonexistent command The `pcs resource show` command has been removed. Bug 1656953 is ON_QA to remove it from the help output. This doc should use `pcs resource config` instead of `pcs resource show`. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8-beta/html/configuring_and_managing_high_availability_clusters/assembly_configuring-active-passive-http-server-in-a-cluster.adoc-configuring-and-managing-high-availability-clusters#annotations:dfb7b129-9d8e-4a33-906a-e0ced2eb10c1
`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