]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: document balancer configurable "update_pg_upmap_activity" 60523/head
authorLaura Flores <lflores@ibm.com>
Fri, 1 Nov 2024 22:49:46 +0000 (22:49 +0000)
committerLaura Flores <lflores@ibm.com>
Fri, 1 Nov 2024 22:50:52 +0000 (22:50 +0000)
Signed-off-by: Laura Flores <lflores@ibm.com>
doc/rados/operations/balancer.rst

index 949ff17c24abe0ff06bf82fbfbb001445ff4de4d..a0189f06dc9acb49c992f33b98b724df279f4de5 100644 (file)
@@ -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: