1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #95437 from openshift-cherrypick-robot/cherry-pick-94039-to-enterprise-4.20

[enterprise-4.20] Update persistent-storage-csi-vsphere-top-aware-results.adoc
This commit is contained in:
Steven Smith
2025-06-30 10:32:51 -04:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ Creating persistent volume claims (PVCs) and PVs from the topology aware storage
[source,terminal]
----
~ $ oc get pv <pv-name> -o yaml
$ oc get pv <pv_name> -o yaml
----
.Example output
@@ -26,14 +26,14 @@ nodeAffinity:
- key: topology.csi.vmware.com/openshift-zone <1>
operator: In
values:
- <openshift-zone>
-key: topology.csi.vmware.com/openshift-region <1>
- <openshift_zone>
- key: topology.csi.vmware.com/openshift-region <1>
operator: In
values:
- <openshift-region>
- <openshift_region>
...
peristentVolumeclaimPolicy: Delete
storageClassName: <zoned-storage-class-name> <2>
storageClassName: <zoned_storage_class_name> <2>
volumeMode: Filesystem
...
----