From: Anthony D'Atri Date: Tue, 11 Feb 2025 17:34:28 +0000 (-0500) Subject: doc/rados/operations: Improve pools.rst X-Git-Tag: v20.0.0~188^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F61758%2Fhead;p=ceph.git doc/rados/operations: Improve pools.rst Signed-off-by: Anthony D'Atri --- diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 7ee51c1eff6..ed99732b016 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: