From 075141ef07ae62c02763807ffe9b92ab734523c0 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Wed, 26 Jun 2024 11:44:52 -0400 Subject: [PATCH] Update docs/notes/v6.0.0.md Co-authored-by: Andrea Longo --- docs/notes/v6.0.0.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/notes/v6.0.0.md b/docs/notes/v6.0.0.md index d728ac8fb44..a9d80d24b0f 100644 --- a/docs/notes/v6.0.0.md +++ b/docs/notes/v6.0.0.md @@ -127,13 +127,12 @@ spec: `spec.pools.*.volumesPerServer` and `spec.pools.*.servers` fields are immutable once created, ensuring the number of servers or volumes in an existing pool does not change. It was introduced in Operator v5.0.15 with PR https://github.com/minio/operator/pull/2070 and is a safety net to prevent potentially dangerous changes to an existing pool. This also matches similar behavior in Operator Console. -Some of the reasons might be in need to modify this values are expanding storage, this should be made adding a pool, -see [Expand a distributed MinIO Deployment](https://min.io/docs/minio/linux/operations/install-deploy-manage/expand-minio-deployment.html) -for this. +To expand storage, add an additional pool. +See [Expand a distributed MinIO Deployment](https://min.io/docs/minio/linux/operations/install-deploy-manage/expand-minio-deployment.html) +for more information. -On the other hand, the removal of servers no longer in use or ready to be decommissioned should be carefully taken care -of by [Decommission a Tenant Server Poo](https://min.io/docs/minio/kubernetes/upstream/operations/install-deploy-manage/modify-minio-tenant.html#decommission-a-tenant-server-pool) -not individual nodes or drives. +To reduce storage capacity, remove pools no longer in use by decommissioning them. See [Decommission a Tenant Server Pool](https://min.io/docs/minio/kubernetes/upstream/operations/install-deploy-manage/modify-minio-tenant.html#decommission-a-tenant-server-pool) +for details. If a drive is misbehaving or failing follow the [Drive Failure Recovery](https://min.io/docs/minio/kubernetes/upstream/operations/data-recovery/recover-after-drive-failure.html#minio-restore-hardware-failure-drive) guide, if a node is failing follow Node [Failure Recovery guide](https://min.io/docs/minio/kubernetes/upstream/operations/data-recovery/recover-after-node-failure.html).