Skip to content

Commit de31610

Browse files
authored
Merge pull request #94039 from prithvipatil97/patch-66
Update persistent-storage-csi-vsphere-top-aware-results.adoc
2 parents 922626a + 7f91504 commit de31610

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/persistent-storage-csi-vsphere-top-aware-results.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Creating persistent volume claims (PVCs) and PVs from the topology aware storage
1111

1212
[source,terminal]
1313
----
14-
~ $ oc get pv <pv-name> -o yaml
14+
$ oc get pv <pv_name> -o yaml
1515
----
1616

1717
.Example output
@@ -26,14 +26,14 @@ nodeAffinity:
2626
- key: topology.csi.vmware.com/openshift-zone <1>
2727
operator: In
2828
values:
29-
- <openshift-zone>
30-
-key: topology.csi.vmware.com/openshift-region <1>
29+
- <openshift_zone>
30+
- key: topology.csi.vmware.com/openshift-region <1>
3131
operator: In
3232
values:
33-
- <openshift-region>
33+
- <openshift_region>
3434
...
3535
peristentVolumeclaimPolicy: Delete
36-
storageClassName: <zoned-storage-class-name> <2>
36+
storageClassName: <zoned_storage_class_name> <2>
3737
volumeMode: Filesystem
3838
...
3939
----

0 commit comments

Comments
 (0)