]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations: document `ceph balancer status detail` 54993/head
authorLaura Flores <lflores@ibm.com>
Fri, 22 Dec 2023 22:55:29 +0000 (22:55 +0000)
committerLaura Flores <lflores@ibm.com>
Wed, 3 Jan 2024 17:33:32 +0000 (17:33 +0000)
Document change in https://github.com/ceph/ceph/pull/54801

Signed-off-by: Laura Flores <lflores@ibm.com>
PendingReleaseNotes
doc/rados/operations/balancer.rst

index 8041ab81ab75671ad59051072e2cd72773ba7d5b..4038993d8e4755d28b294b35a8990b24a4119601 100644 (file)
@@ -99,6 +99,10 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config
   by disabling async recovery by setting osd_async_recovery_min_cost to a very
   large value on all OSDs until the upgrade is complete:
   ``ceph config set osd osd_async_recovery_min_cost 1099511627776``
+* RADOS: A detailed version of the `balancer status` CLI command in the balancer
+  module is now available. Users may run `ceph balancer status detail` to see more
+  details about which PGs were updated in the balancer's last optimization.
+  See https://docs.ceph.com/en/latest/rados/operations/balancer/ for more information.
 
 >=18.0.0
 
index aa4eab93cf96e56f49d9e98af91d4ffd2a7edcc7..5f87865bcf32b9c2fa2192506e8f2a8b4f3647de 100644 (file)
@@ -205,6 +205,12 @@ command:
 
       ceph balancer status
 
+To see the status in greater detail, run the following command:
+
+   .. prompt:: bash $
+
+      ceph balancer status detail
+
 To evaluate the distribution that would result from executing a specific plan,
 run the following command: