From: Laura Flores Date: Fri, 1 Nov 2024 22:49:46 +0000 (+0000) Subject: doc: document balancer configurable "update_pg_upmap_activity" X-Git-Tag: testing/wip-vshankar-testing-20241122.180834-squid-debug~6^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c4278865010e4e964c42039006e87ac5aaf97bc2;p=ceph-ci.git doc: document balancer configurable "update_pg_upmap_activity" Signed-off-by: Laura Flores (cherry picked from commit c4274c0c3a608eeb0b1183c8a96ef3a314bf797c) --- diff --git a/doc/rados/operations/balancer.rst b/doc/rados/operations/balancer.rst index 949ff17c24a..a0189f06dc9 100644 --- a/doc/rados/operations/balancer.rst +++ b/doc/rados/operations/balancer.rst @@ -247,6 +247,18 @@ To see the status in greater detail, run the following command: ceph balancer status detail +To enable `ceph balancer status detail`, run the following command: + + .. prompt:: bash $ + + ceph config set mgr mgr/balancer/update_pg_upmap_activity True + +To disable `ceph balancer status detail`, run the following command: + + .. prompt:: bash $ + + ceph config set mgr mgr/balancer/update_pg_upmap_activity False + To evaluate the distribution that would result from executing a specific plan, run the following command: