From 1c5afef99321ccf56b11e88e24f68349c7ab4fa8 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Mon, 30 Jun 2025 11:50:26 -0400 Subject: [PATCH] Note for SNSD --- .../deployments/baremetal-deploy-minio-on-redhat-linux.rst | 4 ++++ .../deployments/baremetal-expand-minio-deployment.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/source/operations/deployments/baremetal-deploy-minio-on-redhat-linux.rst b/source/operations/deployments/baremetal-deploy-minio-on-redhat-linux.rst index 51c98ca8..1c00780b 100644 --- a/source/operations/deployments/baremetal-deploy-minio-on-redhat-linux.rst +++ b/source/operations/deployments/baremetal-deploy-minio-on-redhat-linux.rst @@ -314,6 +314,10 @@ Modify the example to reflect your deployment topology. Use Single-Node Single-Drive ("Standalone") deployments in early development and evaluation environments. MinIO does not recommend Standalone deployments in production, as the loss of the node or its storage medium results in data loss. + .. important:: + + SNSD deployments do not support storage expansion through adding new server pools. + .. code-block:: shell :class: copyable diff --git a/source/operations/deployments/baremetal-expand-minio-deployment.rst b/source/operations/deployments/baremetal-expand-minio-deployment.rst index 4bcaf286..11423b5b 100644 --- a/source/operations/deployments/baremetal-expand-minio-deployment.rst +++ b/source/operations/deployments/baremetal-expand-minio-deployment.rst @@ -25,6 +25,10 @@ To provide BC-DR grade failover and recovery support for your single or multi-po The procedure on this page expands an existing :ref:`distributed ` MinIO deployment with an additional server pool. +.. important:: + + MinIO does not support expanding Single-Node Single-Drive topologies. + .. _expand-minio-distributed-prereqs: Prerequisites