Skip to content

Commit 91ee2b5

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 411f3db commit 91ee2b5

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
@@ -255,7 +255,7 @@ You can view the name of the PVC that is bound to the PV by running the followin
255255

256256
[source,terminal]
257257
----
258-
$ oc get pv <pv-claim>
258+
$ oc get pv <pv_claim>
259259
----
260260

261261
[id="pv-mount-options_{context}"]
@@ -342,4 +342,4 @@ allowVolumeExpansion: true
342342
====
343343
`mountOptions` are not validated. Incorrect values will cause the mount to fail and an event to be logged to the PVC.
344344
====
345-
endif::microshift[]
345+
endif::microshift[]

0 commit comments

Comments
 (0)