]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: Improve pools.rst 61758/head
authorAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 11 Feb 2025 17:34:28 +0000 (12:34 -0500)
committerAnthony D'Atri <anthonyeleven@users.noreply.github.com>
Tue, 11 Feb 2025 17:34:28 +0000 (12:34 -0500)
Signed-off-by: Anthony D'Atri <anthonyeleven@users.noreply.github.com>
doc/rados/operations/pools.rst

index 7ee51c1eff623c8bd2b6f4ed355da46234099d1a..ed99732b016e2d6249f7b61f7da26a00bdbbebc0 100644 (file)
@@ -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 <pg-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: