From c4278865010e4e964c42039006e87ac5aaf97bc2 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Fri, 1 Nov 2024 22:49:46 +0000 Subject: [PATCH] doc: document balancer configurable "update_pg_upmap_activity" Signed-off-by: Laura Flores (cherry picked from commit c4274c0c3a608eeb0b1183c8a96ef3a314bf797c) --- doc/rados/operations/balancer.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: -- 2.39.5