Skip to content

Commit fb78ea1

Browse files
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-storage
1 parent 90230ce commit fb78ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lvms-deleting-lvmcluster-using-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can delete the `LVMCluster` custom resource (CR) using the OpenShift CLI (`o
2020
+
2121
[source,terminal]
2222
----
23-
$ oc delete lvmcluster <lvmclustername> -n openshift-storage
23+
$ oc delete lvmcluster <lvm_cluster_name> -n openshift-storage
2424
----
2525

2626
.Verification

0 commit comments

Comments
 (0)