]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: Acting Set question 51740/head
authorZac Dover <zac.dover@proton.me>
Tue, 4 Apr 2023 03:59:46 +0000 (13:59 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 24 May 2023 22:52:23 +0000 (08:52 +1000)
Clear up a paragraph that describes the behavior of the Acting Set.

https://tracker.ceph.com/issues/58485

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 3bc9cfd83b3b836775433c7f1b075fe397b56463)

doc/rados/operations/monitoring-osd-pg.rst
doc/rados/operations/pg-concepts.rst

index 39c0b08f48a82a978f8589dd8c026d074f61b119..3ddf1a5f6551d1fa4c457795b9d4f2fcd150004c 100644 (file)
@@ -117,11 +117,12 @@ pseudo-random placement that takes into account the failure domains that you
 have set in your `CRUSH map`_; for this reason, PGs are rarely assigned to
 immediately adjacent OSDs in a large cluster.
 
-Ceph processes a client request using the **Acting Set**, which is the set of
-OSDs that will actually handle the requests since they have a full and working
-version of a placement group shard. The set of OSDs that should contain a shard
-of a particular placement group as the **Up Set**, i.e. where data is
-moved/copied to (or planned to be).
+Ceph processes client requests with the **Acting Set** of OSDs: this is the set
+of OSDs that currently have a full and working version of a PG shard and that
+are therefore responsible for handling requests. By contrast, the **Up Set** is
+the set of OSDs that contain a shard of a specific PG. Data is moved or copied
+to the **Up Set**, or planned to be moved or copied, to the **Up Set**. See
+:ref:`Placement Group Concepts <rados_operations_pg_concepts>`.
 
 Sometimes an OSD in the Acting Set is ``down`` or otherwise unable to
 service requests for objects in the PG. When this kind of situation
index 636d6bf9a1e5b5b933769e1424488842a198c551..83062b53a1d9442f25812972019710aa06aa19ce 100644 (file)
@@ -1,3 +1,5 @@
+.. _rados_operations_pg_concepts:
+
 ==========================
  Placement Group Concepts
 ==========================