]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr: limit changes to pg_num
authorSage Weil <sage@newdream.net>
Tue, 30 Nov 2021 23:18:31 +0000 (18:18 -0500)
committerSage Weil <sage@newdream.net>
Wed, 1 Dec 2021 00:24:38 +0000 (19:24 -0500)
commit3b2a11249aff6ee608efc95212d6723df180cd07
tree2403eaab0f7be822eaf2d0abee15e18db5fc6afe
parent7dee504a411b7ac82d5d249f72d58720b01944ee
mgr: limit changes to pg_num

We need to avoid making drastic changes to pg_num that outpace pgp_num or
else we will may hit the per-osd pg limits.

Fixes: https://tracker.ceph.com/issues/53442
Signed-off-by: Sage Weil <sage@newdream.net>
src/common/options/mgr.yaml.in
src/mgr/DaemonServer.cc