diff --git a/source/operations/install-deploy-manage/deploy-minio-tenant.rst b/source/operations/install-deploy-manage/deploy-minio-tenant.rst index ddbe834a..89be25d9 100644 --- a/source/operations/install-deploy-manage/deploy-minio-tenant.rst +++ b/source/operations/install-deploy-manage/deploy-minio-tenant.rst @@ -186,7 +186,10 @@ Persistent Volumes MinIO Tenants on EKS must use the :github:`EBS CSI Driver ` to provision the necessary underlying persistent volumes. MinIO strongly recommends using SSD-backed EBS volumes for best performance. + MinIO strongly recommends deploying EBS-based PVs with the XFS filesystem. + Create a StorageClass for the MinIO EBS PVs and set the ``csi.storage.k8s.io/fstype`` `parameter `__ to ``xfs`` . For more information on EBS resources, see `EBS Volume Types `__. + For more information on StorageClass Parameters, see `StorageClass Parameters `__. .. cond:: gke