Field experience shows that previous value 5 leads to skewed OSD
utilization. Set it to 1 and update the relevant test.
Fixes: https://tracker.ceph.com/issues/65748
Signed-off-by: Joshua Blanch <joshua.blanch@clyso.com>
done
ceph osd set-require-min-compat-client luminous
- ceph config set mgr mgr/balancer/upmap_max_deviation 1
ceph balancer mode upmap || return 1
ceph balancer on || return 1
ceph config set mgr mgr/balancer/sleep_interval 5
runtime=True),
Option(name='upmap_max_deviation',
type='int',
- default=5,
+ default=1,
min=1,
desc='deviation below which no optimization is attempted',
long_desc='If the number of PGs are within this count then no optimization is attempted',