]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/diskprediction_local/module.py
import 15.2.1 Octopus source
[ceph.git] / ceph / src / pybind / mgr / diskprediction_local / module.py
index 146c27def8c347a2456a201109ec94c444adc42a..61f3cc1f6dcc72f9145bdf2ee77f26d6d844ac82 100644 (file)
@@ -63,7 +63,7 @@ class Module(MgrModule):
         for opt in self.MODULE_OPTIONS:
             setattr(self,
                     opt['name'],
-                    self.get_module_option(opt['name']) or opt['default'])
+                    self.get_module_option(opt['name']))
             self.log.debug(' %s = %s', opt['name'], getattr(self, opt['name']))
 
     def handle_command(self, _, cmd):