]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/osd_support/module.py
import 15.2.1 Octopus source
[ceph.git] / ceph / src / pybind / mgr / osd_support / module.py
index 14779d3f324ece2d9bfcb576d17c21ac20dbd9ad..5b743200e003e779d8387e097d566d1d671d1332 100644 (file)
@@ -55,7 +55,7 @@ class OSDSupport(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(' mgr option %s = %s',
                            opt['name'], getattr(self, opt['name']))
         # Do the same for the native options.