]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: call config_notify method when mgr's config has changed
authorSage Weil <sage@redhat.com>
Sat, 17 Nov 2018 13:15:19 +0000 (07:15 -0600)
committerSage Weil <sage@redhat.com>
Sat, 17 Nov 2018 13:15:19 +0000 (07:15 -0600)
commitf27a5dc6155440f0add91213d68bb690d8bf9cd7
tree204bc69670dd6db5735ba1ebc68d33b0fd5c05bb
parent14d26adf7563beda7f04a06c8d72b8fd226e4199
mgr: call config_notify method when mgr's config has changed

This provides a hook for the module to refresh any config values it has
cached in module-local variables.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/ActivePyModule.cc
src/mgr/ActivePyModule.h
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/MgrStandby.cc
src/mgr/PyModuleRegistry.cc
src/mgr/PyModuleRegistry.h
src/pybind/mgr/mgr_module.py