From 103d65ea6787ab16d1824f71578264e0abb9820c Mon Sep 17 00:00:00 2001 From: qn2060 Date: Wed, 7 Aug 2024 00:40:42 +0800 Subject: [PATCH] doc/dev/peering: Change acting set num This commit updates the peering doc page with the changed [2,1,2] to [3,1,2] Signed-off-by: qn2060 --- doc/dev/peering.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/peering.rst b/doc/dev/peering.rst index ec779a31d35db..0c5c71439f326 100644 --- a/doc/dev/peering.rst +++ b/doc/dev/peering.rst @@ -25,7 +25,7 @@ Concepts a temporary placement group acting set that is used while backfilling the primary OSD. Assume that the acting set is ``[0,1,2]`` and we are ``active+clean``. Now assume that something happens and the acting set - becomes ``[2,1,2]``. Under these circumstances, OSD ``3`` is empty and can't + becomes ``[3,1,2]``. Under these circumstances, OSD ``3`` is empty and can't serve reads even though it is the primary. ``osd.3`` will respond by requesting a *PG temp* of ``[1,2,3]`` to the monitors using a ``MOSDPGTemp`` message, and ``osd.1`` will become the primary temporarily. ``osd.1`` will -- 2.39.5