Commit fb78ea1
authored
Update lvms-deleting-lvmcluster-using-cli.adoc
Command needs to be corrected in deleting an LVMCluster CR by using the CLI documentation.
Here is the documentation link:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/storage/configuring-persistent-storage#lvms-deleting-lvmcluster-using-cli_logical-volume-manager-storage
Here is the current documentation:
2. Delete the LVMCluster CR by running the following command:
$ oc delete lvmcluster <lvmclustername> -n openshift-storage
Here, `lvmclustername` is wrongly mentioned.
It should be separated with `hyphens`.
Hence correct format is `lvm_cluster_name>
Here is the updated look:
2. Delete the LVMCluster CR by running the following command:
$ oc delete lvmcluster <lvm_cluster_name> -n openshift-storage1 parent 90230ce commit fb78ea1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments