File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config
9999 by disabling async recovery by setting osd_async_recovery_min_cost to a very
100100 large value on all OSDs until the upgrade is complete:
101101 ``ceph config set osd osd_async_recovery_min_cost 1099511627776``
102+ * RADOS: A detailed version of the `balancer status` CLI command in the balancer
103+ module is now available. Users may run `ceph balancer status detail` to see more
104+ details about which PGs were updated in the balancer's last optimization.
105+ See https://docs.ceph.com/en/latest/rados/operations/balancer/ for more information.
102106
103107>=18.0.0
104108
Original file line number Diff line number Diff line change @@ -205,6 +205,12 @@ command:
205205
206206 ceph balancer status
207207
208+ To see the status in greater detail, run the following command:
209+
210+ .. prompt :: bash $
211+
212+ ceph balancer status detail
213+
208214To evaluate the distribution that would result from executing a specific plan,
209215run the following command:
210216
You can’t perform that action at this time.
0 commit comments