From 38c06fffeb37a8e3d0d686b05929d3d3904dfaa6 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Wed, 15 Feb 2023 11:01:09 -0600 Subject: [PATCH] Update for minio RELEASE.2023-02-09T05-16-53Z (#732) Adds info about some discs being offline during start. For minio PR [16541](https://github.com/minio/minio/pull/16541) Closes #730 --- source/includes/linux/common-installation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/includes/linux/common-installation.rst b/source/includes/linux/common-installation.rst index 719073d6..6ae9e310 100644 --- a/source/includes/linux/common-installation.rst +++ b/source/includes/linux/common-installation.rst @@ -296,6 +296,12 @@ MinIO may log an increased number of non-critical warnings while the server processes connect and synchronize. These warnings are typically transient and should resolve as the deployment comes online. +.. versionchanged:: RELEASE.2023-02-09T05-16-53Z + + MinIO starts if it detects enough drives to meet the :ref:`write quorum ` for the deployment. + + If any drives remain offline after starting MinIO, check and cure any issues blocking their functionality before starting production workloads. + .. end-install-minio-start-service-desc .. start-install-minio-restart-service-desc