]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/stretch-mode: fix mistake in stretch mode 61628/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Mon, 3 Feb 2025 17:18:44 +0000 (17:18 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Mon, 3 Feb 2025 17:18:44 +0000 (17:18 +0000)
Degraded stretch mode should only half the "min_size" not
"size".

Fixes: No tracker (doc changes)
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
doc/rados/operations/stretch-mode.rst

index 7a4fa46117dbd8830dc25104333c31fa2f944a68..0139a40da802b751c59961ed397a97814c22f738 100644 (file)
@@ -123,7 +123,7 @@ Stretch Mode
 Stretch mode is designed to handle netsplit scenarios between two data zones as well
 as the loss of one data zone. It handles the netsplit scenario by choosing the surviving zone
 that has the better connection to the ``tiebreaker monitor``. It handles the loss of one zone by
-reducing the ``size`` to ``2`` and ``min_size`` to ``1``, allowing the cluster to continue operating
+reducing the ``min_size`` of all pools to ``1``, allowing the cluster to continue operating
 with the remaining zone. When the lost zone comes back, the cluster will recover the lost data
 and return to normal operation.