1
0
mirror of https://github.com/minio/docs.git synced 2025-07-21 12:02:14 +03:00

Note for SNSD

This commit is contained in:
Ravind Kumar
2025-06-30 11:50:26 -04:00
parent 132999c5cd
commit 1c5afef993
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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 <deploy-minio-distributed>` MinIO deployment with an additional server pool.
.. important::
MinIO does not support expanding Single-Node Single-Drive topologies.
.. _expand-minio-distributed-prereqs:
Prerequisites