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:
@ -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.
|
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.
|
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
|
.. code-block:: shell
|
||||||
:class: copyable
|
:class: copyable
|
||||||
|
|
||||||
|
@ -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.
|
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:
|
.. _expand-minio-distributed-prereqs:
|
||||||
|
|
||||||
Prerequisites
|
Prerequisites
|
||||||
|
Reference in New Issue
Block a user