]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: limit changes to pg_num
authorSage Weil <sage@newdream.net>
Tue, 30 Nov 2021 23:18:31 +0000 (18:18 -0500)
committerNeha Ojha <nojha@redhat.com>
Wed, 16 Feb 2022 17:20:47 +0000 (17:20 +0000)
commitb5edb374605c02a670d8c627bc9b5bb2b66ca340
tree37f7f00501aed40355b671dbab1e00510dde8198
parent2cdf2950e84f91c014e96e72ce2b08bd78aebbad
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>
(cherry picked from commit 3b2a11249aff6ee608efc95212d6723df180cd07)

 Conflicts:
src/common/options/mgr.yaml.in - old way of specifying config settings
src/common/legacy_config_opts.h
src/common/options.cc
src/mgr/DaemonServer.cc