From 7c8e761fd37791777e8aa78fddd59d624eb76bbb Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Fri, 12 Jan 2024 10:40:29 -0500 Subject: [PATCH] Fixup for node restart -> server process restart --- source/includes/common-installation.rst | 6 +++--- .../install-deploy-manage/expand-minio-deployment.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/includes/common-installation.rst b/source/includes/common-installation.rst index 09eb3fdd..b0ccf77a 100644 --- a/source/includes/common-installation.rst +++ b/source/includes/common-installation.rst @@ -279,9 +279,9 @@ behavior. .. start-nondisruptive-upgrade-desc -MinIO strongly recommends restarting all nodes simultaneously. MinIO operations -are atomic and strictly consistent. As such the restart procedure is -non-disruptive to applications and ongoing operations. +MinIO strongly recommends restarting all MinIO Server processes in a deployment simultaneously. +MinIO operations are atomic and strictly consistent. +As such the restart procedure is non-disruptive to applications and ongoing operations. Do **not** perform "rolling" (e.g. one node at a time) restarts. diff --git a/source/operations/install-deploy-manage/expand-minio-deployment.rst b/source/operations/install-deploy-manage/expand-minio-deployment.rst index c8c1d87c..b975be25 100644 --- a/source/operations/install-deploy-manage/expand-minio-deployment.rst +++ b/source/operations/install-deploy-manage/expand-minio-deployment.rst @@ -183,7 +183,7 @@ selecting hardware for MinIO deployments. Expansion is Non-Disruptive ~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Adding a new server pool requires restarting *all* MinIO nodes in the +Adding a new server pool requires restarting *all* MinIO server processes in the deployment at around same time. .. include:: /includes/common-installation.rst