From 955fec2a5ef8e66e16531227dd8457e88b2bfebf Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 28 Nov 2018 15:29:18 -0600 Subject: [PATCH] mgr/devicehealth: pg_num_min 1 for device_health_metrics pool Signed-off-by: Sage Weil --- src/pybind/mgr/devicehealth/module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/devicehealth/module.py b/src/pybind/mgr/devicehealth/module.py index 98061818ff2..c30dd01056f 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 -- 2.39.5