diff options
author | Laura Flores <lflores@ibm.com> | 2024-11-01 23:49:46 +0100 |
---|---|---|
committer | Laura Flores <lflores@ibm.com> | 2024-11-01 23:50:52 +0100 |
commit | c4274c0c3a608eeb0b1183c8a96ef3a314bf797c (patch) | |
tree | 608faf62b6167d42dc6172a2391696f28249a5ba /doc/rados | |
parent | mgr/balancer: tie `update_pg_upmap_activity` to a configurable (diff) | |
download | ceph-c4274c0c3a608eeb0b1183c8a96ef3a314bf797c.tar.xz ceph-c4274c0c3a608eeb0b1183c8a96ef3a314bf797c.zip |
doc: document balancer configurable "update_pg_upmap_activity"
Signed-off-by: Laura Flores <lflores@ibm.com>
Diffstat (limited to 'doc/rados')
-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: |