From: Sage Weil Date: Wed, 28 Nov 2018 21:29:18 +0000 (-0600) Subject: mgr/devicehealth: pg_num_min 1 for device_health_metrics pool X-Git-Tag: v14.1.0~582^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=955fec2a5ef8e66e16531227dd8457e88b2bfebf;p=ceph.git mgr/devicehealth: pg_num_min 1 for device_health_metrics pool Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/devicehealth/module.py b/src/pybind/mgr/devicehealth/module.py index 98061818ff21..c30dd01056f5 100644 --- a/src/pybind/mgr/devicehealth/module.py +++ b/src/pybind/mgr/devicehealth/module.py @@ -265,6 +265,7 @@ class Module(MgrModule): 'format': 'json', 'pool': self.pool_name, 'pg_num': 1, + 'pg_num_min': 1, }), '') r, outb, outs = result.wait() assert r == 0