From 31f1224f611b560af7c42131ef38f0aa6dcdffb3 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Wed, 6 Sep 2023 16:14:42 +1000 Subject: [PATCH] doc/rados: add bulk flag to pools.rst 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 --- doc/rados/operations/placement-groups.rst | 5 +++++ doc/rados/operations/pools.rst | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/rados/operations/placement-groups.rst b/doc/rados/operations/placement-groups.rst index 2fd4907304dce..feb9376512498 100644 --- a/doc/rados/operations/placement-groups.rst +++ b/doc/rados/operations/placement-groups.rst @@ -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``, diff --git a/doc/rados/operations/pools.rst b/doc/rados/operations/pools.rst index 932aeb1296dc6..900780587428c 100644 --- a/doc/rados/operations/pools.rst +++ b/doc/rados/operations/pools.rst @@ -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 -- 2.39.5