]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: limit changes to pg_num 44541/head
authorSage Weil <sage@newdream.net>
Tue, 30 Nov 2021 23:18:31 +0000 (18:18 -0500)
committerCory Snyder <csnyder@iland.com>
Mon, 16 May 2022 08:34:58 +0000 (04:34 -0400)
commit7ddb3649317a12f9e5e367b6d4f2bd0e5ca84dbd
tree77d2896af32a8a0c553787e2e9040b31ae82973f
parentb78870188b9f298f2d65594d7afb6e2019bff155
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

Cherry-pick notes:
- Options defined in common/options.cc in Octopus vs. common/options/mgr.yaml.in
src/common/options.cc
src/mgr/DaemonServer.cc