1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00

Can remove a decommissioned pool as soon as it completes (#884)

Docs update for a change in the server pool decommissioning process: you
no longer have to wait for all pools to complete before removing the
ones that are done. [Original
PR](https://github.com/minio/minio/pull/17221)

Partly addresses https://github.com/minio/docs/issues/860
This commit is contained in:
Andrea Longo
2023-06-16 11:50:54 -06:00
committed by GitHub
parent edbbe90742
commit e7c314ccf6

View File

@ -258,7 +258,7 @@ The example command begins decommissioning the matching server pool on the
``myminio`` deployment.
During the decommissioning process, MinIO continues routing read operations
(``GET``, ``LIST``, ``HEAD``) operations to the pool for those objects not
(``GET``, ``LIST``, ``HEAD``) to the pool for those objects not
yet migrated. MinIO routes all new write operations (``PUT``) to the
remaining pools in the deployment.
@ -316,7 +316,7 @@ errors.
4) Remove the Decommissioned Pool from the Deployment Configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Once decommissioning completes, you can safely remove the pool from the
As each pool completes decommissioning, you can safely remove it from the
deployment configuration. Modify the startup command for each remaining MinIO
server in the deployment and remove the decommissioned pool.