]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #51940 from zdover23/wip-doc-2023-06-06-backport-51914-to-quincy
authorzdover23 <zac.dover@proton.me>
Thu, 8 Jun 2023 14:06:47 +0000 (00:06 +1000)
committerGitHub <noreply@github.com>
Thu, 8 Jun 2023 14:06:47 +0000 (00:06 +1000)
quincy: doc/rados: edit pools.rst (2 of x)

Reviewed-by: Cole Mitchell <cole.mitchell.ceph@gmail.com>
1  2 
doc/rados/operations/pools.rst

index 047b83f74a51521d6a7f1de631cc00a1ffb8dbfd,225115dfbc4b1f786c609697dc6e89ff4320f1a8..f53c60fe45f50c2b9b0ba1dc54d9b730ebbf1bea
@@@ -414,12 -396,11 +396,10 @@@ You may set values for the following ke
     :Type: Boolean
  
     .. versionadded:: 12.2.0
- .. _hashpspool:
+    
  .. describe:: hashpspool
  
 -   Set/Unset HASHPSPOOL flag on a given pool.
 -
 +   :Description: Sets and unsets the HASHPSPOOL flag on a given pool.
     :Type: Integer
     :Valid Range: 1 sets flag, 0 unsets flag
  
@@@ -849,11 -842,10 +829,11 @@@ You may get values from the following k
  :Type: Integer
  
  
- Set the Number of Object Replicas
- =================================
+ Setting the Number of RADOS Object Replicas
+ ===========================================
  
 -To set the number of object replicas on a replicated pool, execute the following:
 +To set the number of data replicas on a replicated pool, run a command of the
 +following form:
  
  .. prompt:: bash $