Skip to content

Commit

Permalink
doc/rados/operations: document ceph balancer status detail
Browse files Browse the repository at this point in the history
Document change in ceph#54801

Signed-off-by: Laura Flores <[email protected]>
  • Loading branch information
Laura Flores committed Jan 3, 2024
1 parent 16ffaaf commit 159751b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PendingReleaseNotes
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions doc/rados/operations/balancer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 159751b

Please sign in to comment.