Skip to content

Commit 0ed5caf

Browse files
authored
Merge pull request #95262 from openshift-cherrypick-robot/cherry-pick-93724-to-enterprise-4.17
[enterprise-4.17] OBSDOCS-1941: Update storage-persistent-storage-reclaim-manual.adoc
2 parents 4cc8e59 + 070b0bd commit 0ed5caf

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)