From 0d8e510234a1df70e00bd42fd0c718a52b70ec76 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:27:18 -0600 Subject: [PATCH] Final decommission listing check (#719) Addresses updates for [minio RELEASE.2023-01-12T02-06-16Z](https://github.com/minio/minio/tree/RELEASE.2023-01-12T02-06-16Z) - Adds note about decommission behavior to check list of objects at end. Closes #706 --- .../decommission-server-pool.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/operations/install-deploy-manage/decommission-server-pool.rst b/source/operations/install-deploy-manage/decommission-server-pool.rst index 86a40481..7b6abb80 100644 --- a/source/operations/install-deploy-manage/decommission-server-pool.rst +++ b/source/operations/install-deploy-manage/decommission-server-pool.rst @@ -167,6 +167,20 @@ nodes in the deployment at around the same time. :start-after: start-nondisruptive-upgrade-desc :end-before: end-nondisruptive-upgrade-desc +Behavior +-------- + +Final Listing Check +~~~~~~~~~~~~~~~~~~~ + +At the end of the decommission process, MinIO checks for a list of items on the pool. +If the list returns empty, MinIO marks the decommission as successfully completed. +If any objects return, MinIO returns an error that the decommission process failed. + +If the decommission fails, customers should open a |SUBNET| issue for further assistance before retrying the decommission. +Community users without a SUBNET subscription can retry the decommission process or seek additional support through the `MinIO Community Slack `__. +MinIO provides Community Support at best-effort only and provides no :abbr:`SLA ` around responsiveness. + .. _minio-decommissioning-server-pool: Decommission a Server Pool