From: Sage Weil Date: Mon, 22 Nov 2021 21:42:57 +0000 (-0500) Subject: mgr: set max of 32 pgs for .mgr pool X-Git-Tag: v16.2.8~44^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=154c5d616aa8a8ef216e7b9a3944adbe05b531cc;p=ceph.git mgr: set max of 32 pgs for .mgr pool Signed-off-by: Sage Weil (cherry picked from commit 09642a8ce8d1a0429e275dc02cf7849f22483fdb) Conflicts: src/pybind/mgr/mgr_module.py - made changes in ../src/pybind/mgr/devicehealth/module.py instead since there is no .mgr pool but instead devicehealth --- diff --git a/src/pybind/mgr/devicehealth/module.py b/src/pybind/mgr/devicehealth/module.py index 076eabbbb6ce..244b0ef97497 100644 --- a/src/pybind/mgr/devicehealth/module.py +++ b/src/pybind/mgr/devicehealth/module.py @@ -278,6 +278,7 @@ class Module(MgrModule): 'pool': self.pool_name, 'pg_num': 1, 'pg_num_min': 1, + 'pg_num_max': 32, }), '') r, outb, outs = result.wait() assert r == 0