From 31da2c6be83613a933d4ac6a0c0a91fddb4ef10b Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Tue, 11 Feb 2025 12:34:28 -0500 Subject: [PATCH] doc/rados/operations: Improve pools.rst Signed-off-by: Anthony D'Atri --- doc/rados/operations/pools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 7ee51c1eff62..ed99732b016e 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -16,7 +16,7 @@ Pools provide: For example: a typical configuration stores three replicas (copies) of each RADOS object (that is: ``size = 3``), but you can configure the number of replicas on a per-pool basis. For `erasure-coded pools - <../erasure-code>`_, resilience is defined as the number of coding chunks + <../erasure-code>`_, resilience is defined as the number of coding (aka parity) chunks (for example, ``m = 2`` in the default erasure code profile). - **Placement Groups**: The :ref:`autoscaler ` sets the number @@ -434,7 +434,7 @@ You may set values for the following keys: .. describe:: crush_rule - :Description: Sets the CRUSH rule that Ceph uses to map the pool's PDADOS objects to appropriate OSDs. + :Description: Sets the CRUSH rule that Ceph uses to map the pool's RADOS objects to appropriate OSDs. :Type: String .. _allow_ec_overwrites: -- 2.47.3