]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/devicehealth: fix new options
authorSage Weil <sage@redhat.com>
Mon, 25 Jun 2018 13:47:30 +0000 (08:47 -0500)
committerSage Weil <sage@redhat.com>
Tue, 31 Jul 2018 19:08:53 +0000 (14:08 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/devicehealth/module.py

index 1221f7be81fc057c58c3d9bae13f10268c9854c3..b120a3bd02bebbdd4079b3dc78ed487d5c1c0936 100644 (file)
@@ -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 = [