Skip to content

Commit 4e761f4

Browse files
authored
Merge pull request #85880 from sbiradar10/patch-1
Update dynamic-provisioning-vsphere-definition.adoc
2 parents 5d69327 + d01ac57 commit 4e761f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/persistent-storage-csi-dynamic-provisioning.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ metadata:
3131
storageclass.kubernetes.io/is-default-class: "true"
3232
provisioner: <provisioner-name> <2>
3333
parameters:
34+
csi.storage.k8s.io/fstype: xfs <3>
3435
EOF
3536
----
3637
<1> The name of the storage class that will be created.
3738
<2> The name of the CSI driver that has been installed.
39+
<3> The vSphere CSI driver supports all of the file systems supported by the underlying Red Hat Core operating system release, including XFS and Ext4.
40+

0 commit comments

Comments
 (0)