diff --git a/modules/persistent-storage-csi-dynamic-provisioning.adoc b/modules/persistent-storage-csi-dynamic-provisioning.adoc index fd0b9ba62170..0e60d5bd6e9d 100644 --- a/modules/persistent-storage-csi-dynamic-provisioning.adoc +++ b/modules/persistent-storage-csi-dynamic-provisioning.adoc @@ -31,7 +31,10 @@ metadata: storageclass.kubernetes.io/is-default-class: "true" provisioner: <2> parameters: + csi.storage.k8s.io/fstype: xfs <3> EOF ---- <1> The name of the storage class that will be created. <2> The name of the CSI driver that has been installed. +<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. +