Skip to content

Commit 49c7093

Browse files
authored
Merge pull request #93724 from prithvipatil97/patch-59
OBSDOCS-1941: Update storage-persistent-storage-reclaim-manual.adoc
2 parents a8b6b86 + 8992365 commit 49c7093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/storage-persistent-storage-reclaim-manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ endif::[]
1919
.Procedure
2020
To manually reclaim the PV as a cluster administrator:
2121

22-
. Delete the PV.
22+
. Delete the PV by running the following command:
2323
+
2424
[source,terminal]
2525
----
26-
$ oc delete pv <pv-name>
26+
$ oc delete pv <pv_name>
2727
----
2828
+
2929
ifndef::openshift-dedicated,openshift-rosa[]

0 commit comments

Comments
 (0)