Skip to content

Commit 630c2e3

Browse files
prithvipatil97openshift-cherrypick-robot
authored andcommitted
Update storage-persistent-storage-pv.adoc
Here is the documentation link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/storage/understanding-persistent-storage#pv-phase_understanding-persistent-storage Here is the current look of the command: $ oc get pv <pv-claim> In the above command, <pv-claim> is mentioned with `hyphens`. But as per the standard rule, it needs to be mentioned with an `underscore`. Hence, it should be changed to `<pv_claim> `. Here is the updated look of the command: $ oc get pv <pv_claim>
1 parent 42c55c0 commit 630c2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/storage-persistent-storage-pv.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ You can view the name of the PVC that is bound to the PV by running the followin
261261

262262
[source,terminal]
263263
----
264-
$ oc get pv <pv-claim>
264+
$ oc get pv <pv_claim>
265265
----
266266

267267
[id="pv-mount-options_{context}"]
@@ -348,4 +348,4 @@ allowVolumeExpansion: true
348348
====
349349
`mountOptions` are not validated. Incorrect values will cause the mount to fail and an event to be logged to the PVC.
350350
====
351-
endif::microshift[]
351+
endif::microshift[]

0 commit comments

Comments
 (0)