Skip to content

Commit d9686b8

Browse files
authored
Merge pull request ceph#54993 from ljflores/wip-balancer-status-detail-documentation
2 parents b67b335 + 159751b commit d9686b8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

PendingReleaseNotes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

doc/rados/operations/balancer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
208214
To evaluate the distribution that would result from executing a specific plan,
209215
run the following command:
210216

0 commit comments

Comments
 (0)