Skip to content

Commit 49e8b64

Browse files
Merge pull request ceph#50858 from zdover23/wip-doc-2023-04-04-rados-operations-monitoring-osd-pg-question-2-active-set
doc/rados/operations: Acting Set question
2 parents c2bd2f8 + 3bc9cfd commit 49e8b64

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ pseudo-random placement that takes into account the failure domains that you
117117
have set in your `CRUSH map`_; for this reason, PGs are rarely assigned to
118118
immediately adjacent OSDs in a large cluster.
119119

120-
Ceph processes a client request using the **Acting Set**, which is the set of
121-
OSDs that will actually handle the requests since they have a full and working
122-
version of a placement group shard. The set of OSDs that should contain a shard
123-
of a particular placement group as the **Up Set**, i.e. where data is
124-
moved/copied to (or planned to be).
120+
Ceph processes client requests with the **Acting Set** of OSDs: this is the set
121+
of OSDs that currently have a full and working version of a PG shard and that
122+
are therefore responsible for handling requests. By contrast, the **Up Set** is
123+
the set of OSDs that contain a shard of a specific PG. Data is moved or copied
124+
to the **Up Set**, or planned to be moved or copied, to the **Up Set**. See
125+
:ref:`Placement Group Concepts <rados_operations_pg_concepts>`.
125126

126127
Sometimes an OSD in the Acting Set is ``down`` or otherwise unable to
127128
service requests for objects in the PG. When this kind of situation

doc/rados/operations/pg-concepts.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _rados_operations_pg_concepts:
2+
13
==========================
24
Placement Group Concepts
35
==========================

0 commit comments

Comments
 (0)