]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/balancer: tie `update_pg_upmap_activity` to a configurable
authorLaura Flores <lflores@ibm.com>
Fri, 1 Nov 2024 22:44:17 +0000 (22:44 +0000)
committerLaura Flores <lflores@ibm.com>
Tue, 12 Nov 2024 20:56:39 +0000 (20:56 +0000)
commit46ea7adc0d195090a20cf8e2456d3e8ec208929e
tree660c8e559ba6b10774b2cd1694a0912f6584001a
parentf7e13bd9eb4031c492e1904bf04128686cf9526d
mgr/balancer: tie `update_pg_upmap_activity` to a configurable

This addition gives users the option of enabling/disabling this feature.

They can do so by running:
ceph config set mgr mgr/balancer/update_pg_upmap_activity <True|False>

The feature is off by default.

Signed-off-by: Laura Flores <lflores@ibm.com>
(cherry picked from commit 62c9f152e31affe3e19eb50e917cbeb10624f8fd)
src/pybind/mgr/balancer/module.py