]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: set max of 32 pgs for .mgr pool
authorSage Weil <sage@newdream.net>
Mon, 22 Nov 2021 21:42:57 +0000 (16:42 -0500)
committerSage Weil <sage@newdream.net>
Mon, 3 Jan 2022 19:12:54 +0000 (14:12 -0500)
Signed-off-by: Sage Weil <sage@newdream.net>
src/pybind/mgr/mgr_module.py

index 7f45ad0b75f83108006f8b07a7bf39dac6c61083..657cf2cceffe4dd80fc9c58080e8417a06ccb6f4 100644 (file)
@@ -1028,6 +1028,7 @@ class MgrModule(ceph_module.BaseMgrModule, MgrModuleLoggingMixin):
             'pool': pool,
             'pg_num': 1,
             'pg_num_min': 1,
+            'pg_num_max': 32,
         }
         self.check_mon_command(c)