1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Fixup for node restart -> server process restart

This commit is contained in:
Ravind Kumar
2024-01-12 10:40:29 -05:00
parent 00f1c7f6c4
commit 7c8e761fd3
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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