diff options
Diffstat (limited to 'doc/rados/operations/balancer.rst')
-rw-r--r-- | doc/rados/operations/balancer.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/rados/operations/balancer.rst b/doc/rados/operations/balancer.rst index 949ff17c24a..a0189f06dc9 100644 --- a/doc/rados/operations/balancer.rst +++ b/doc/rados/operations/balancer.rst @@ -247,6 +247,18 @@ To see the status in greater detail, run the following command: ceph balancer status detail +To enable `ceph balancer status detail`, run the following command: + + .. prompt:: bash $ + + ceph config set mgr mgr/balancer/update_pg_upmap_activity True + +To disable `ceph balancer status detail`, run the following command: + + .. prompt:: bash $ + + ceph config set mgr mgr/balancer/update_pg_upmap_activity False + To evaluate the distribution that would result from executing a specific plan, run the following command: |