]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: add bulk flag to pools.rst 53317/head
authorZac Dover <zac.dover@proton.me>
Wed, 6 Sep 2023 06:14:42 +0000 (16:14 +1000)
committerZac Dover <zac.dover@proton.me>
Wed, 6 Sep 2023 16:12:07 +0000 (02:12 +1000)
Add a link in pools.rst to the section in placement-groups.rst
describing the commands used to manage pools that are flagged "--bulk".

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 31f1224f611b560af7c42131ef38f0aa6dcdffb3)

doc/rados/operations/placement-groups.rst
doc/rados/operations/pools.rst

index 2fd4907304dce3411f8f9783da0365f2789abec2..feb93765124989bd0bd2cbf8d42552e147eeeec3 100644 (file)
@@ -210,6 +210,11 @@ process. We recommend constraining each pool so that it belongs to only one
 root (that is, one OSD class) to silence the warning and ensure a successful
 scaling process.
 
+.. _managing_bulk_flagged_pools:
+
+Managing pools that are flagged with ``bulk``
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 If a pool is flagged ``bulk``, then the autoscaler starts the pool with a full
 complement of PGs and then scales down the number of PGs only if the usage
 ratio across the pool is uneven.  However, if a pool is not flagged ``bulk``,
index 932aeb1296dc688bb80af82d79639fcdfaa274ef..900780587428ceab34b946225f578d2b43554331 100644 (file)
@@ -913,6 +913,10 @@ Ceph will list pools and highlight the ``replicated size`` attribute.  By
 default, Ceph creates two replicas of an object (a total of three copies, for a
 size of ``3``).
 
+Managing pools that are flagged with ``--bulk``
+===============================================
+See :ref:`managing_bulk_flagged_pools`.
+
 
 .. _pgcalc: https://old.ceph.com/pgcalc/
 .. _Pool, PG and CRUSH Config Reference: ../../configuration/pool-pg-config-ref