From 71497d3072cd51e86ee5794d567af4ea6abefd31 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Mon, 25 Sep 2023 09:27:36 -0600 Subject: [PATCH] Warn user to use XFS in EBS Volumes (#992) ### Objective: To warn users to use XFS as File system type for MinIO Tenant. ### Docs: * [CreateVolume Parameters](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/parameters.md) `"csi.storage.k8s.io/fstype"` should be `xfs` NOT `ext4` --------- Co-authored-by: Ravind Kumar --- .../operations/install-deploy-manage/deploy-minio-tenant.rst | 3 +++ 1 file changed, 3 insertions(+) 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