]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/peering: Change acting set num 59060/head
authorqn2060 <qn2060@users.noreply.github.com>
Tue, 6 Aug 2024 16:40:42 +0000 (00:40 +0800)
committerGitHub <noreply@github.com>
Tue, 6 Aug 2024 16:40:42 +0000 (00:40 +0800)
This commit updates the peering doc page with the changed [2,1,2] to [3,1,2]

Signed-off-by: qn2060 <qn2060@users.noreply.github.com>
doc/dev/peering.rst

index ec779a31d35db9af611acd6169e46114c6302541..0c5c71439f32646c52116d74d4d8ab226210d8be 100644 (file)
@@ -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