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: v20.0.0~643^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c4274c0c3a608eeb0b1183c8a96ef3a314bf797c;p=ceph.git doc: document balancer configurable "update_pg_upmap_activity" Signed-off-by: Laura Flores --- diff --git a/doc/rados/operations/balancer.rst b/doc/rados/operations/balancer.rst index 949ff17c24ab..a0189f06dc9a 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: