Skip to content

Commit 8f415be

Browse files
Merge pull request ceph#61758 from anthonyeleven/taipoh
doc/rados/operations: Improve pools.rst
2 parents 4bfea6b + 31da2c6 commit 8f415be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rados/operations/pools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pools provide:
1616
For example: a typical configuration stores three replicas
1717
(copies) of each RADOS object (that is: ``size = 3``), but you can configure
1818
the number of replicas on a per-pool basis. For `erasure-coded pools
19-
<../erasure-code>`_, resilience is defined as the number of coding chunks
19+
<../erasure-code>`_, resilience is defined as the number of coding (aka parity) chunks
2020
(for example, ``m = 2`` in the default erasure code profile).
2121

2222
- **Placement Groups**: The :ref:`autoscaler <pg-autoscaler>` sets the number
@@ -434,7 +434,7 @@ You may set values for the following keys:
434434

435435
.. describe:: crush_rule
436436

437-
:Description: Sets the CRUSH rule that Ceph uses to map the pool's PDADOS objects to appropriate OSDs.
437+
:Description: Sets the CRUSH rule that Ceph uses to map the pool's RADOS objects to appropriate OSDs.
438438
:Type: String
439439

440440
.. _allow_ec_overwrites:

0 commit comments

Comments
 (0)