mirror of
https://github.com/ceph/ceph
synced 2025-01-13 22:44:50 +00:00
Merge pull request #54993 from ljflores/wip-balancer-status-detail-documentation
This commit is contained in:
commit
d9686b8f77
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user