From b9d547f0121fdba53d23ac69c2cfae1ce5ff8f5a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 25 Jun 2018 08:47:30 -0500 Subject: [PATCH] mgr/devicehealth: fix new options Signed-off-by: Sage Weil --- src/pybind/mgr/devicehealth/module.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pybind/mgr/devicehealth/module.py b/src/pybind/mgr/devicehealth/module.py index 1221f7be81fc0..b120a3bd02beb 100644 --- a/src/pybind/mgr/devicehealth/module.py +++ b/src/pybind/mgr/devicehealth/module.py @@ -29,6 +29,9 @@ class Module(MgrModule): { 'name': 'scrape_frequency' }, { 'name': 'pool_name' }, { 'name': 'retention_period' }, + { 'name': 'mark_out_threshold' }, + { 'name': 'warn_threshold' }, + { 'name': 'self_heal' }, ] COMMANDS = [ -- 2.39.5