File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,12 @@ pseudo-random placement that takes into account the failure domains that you
117117have set in your `CRUSH map `_; for this reason, PGs are rarely assigned to
118118immediately 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
126127Sometimes an OSD in the Acting Set is ``down `` or otherwise unable to
127128service requests for objects in the PG. When this kind of situation
Original file line number Diff line number Diff line change 1+ .. _rados_operations_pg_concepts :
2+
13==========================
24 Placement Group Concepts
35==========================
You can’t perform that action at this time.
0 commit comments