Skip to content

Commit

Permalink
Merge pull request #51741 from zdover23/wip-doc-2023-05-25-backport-5…
Browse files Browse the repository at this point in the history
…0858-to-pacific

pacific: doc/rados/operations: Acting Set question
  • Loading branch information
anthonyeleven committed May 25, 2023
2 parents 35c5e4c + f34339f commit 68cecad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/rados/operations/monitoring-osd-pg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions doc/rados/operations/pg-concepts.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _rados_operations_pg_concepts:

==========================
Placement Group Concepts
==========================
Expand Down

0 comments on commit 68cecad

Please sign in to comment.