File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ You can view the name of a PVC that is bound to a PV by running the following co
34
34
35
35
[source,terminal]
36
36
----
37
- $ oc get pv <pv-name > -o jsonpath='{.spec.claimRef.name}'
37
+ $ oc get pv <pv_name > -o jsonpath='{.spec.claimRef.name}'
38
38
----
39
39
40
40
ifndef::microshift[]
@@ -261,7 +261,7 @@ The `LastPhaseTransitionTime` field has a timestamp that updates every time a pe
261
261
262
262
[source,terminal]
263
263
----
264
- $ oc get pv <pv-name > -o json | jq '.status.lastPhaseTransitionTime' <1>
264
+ $ oc get pv <pv_name > -o json | jq '.status.lastPhaseTransitionTime' <1>
265
265
----
266
266
<1> Specify the name of the PV that you want to see the last phase transition.
267
267
@@ -350,4 +350,4 @@ allowVolumeExpansion: true
350
350
====
351
351
`mountOptions` are not validated. Incorrect values will cause the mount to fail and an event to be logged to the PVC.
352
352
====
353
- endif::microshift[]
353
+ endif::microshift[]
You can’t perform that action at this time.
0 commit comments