]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr: evaluate `can_run` method on modules
authorJohn Spray <john.spray@redhat.com>
Thu, 16 Nov 2017 21:30:39 +0000 (16:30 -0500)
committerJohn Spray <john.spray@redhat.com>
Wed, 24 Jan 2018 18:08:20 +0000 (13:08 -0500)
commit712ad57d09a2a96dc1e21cd245fbf1a6372867ba
treecbbba6aa37407358fabad19b5cfdb2f9908508f6
parent6a8da7ca734726315c06929635c25dbb88599654
mgr: evaluate `can_run` method on modules

...and transmit the result to the monitor in
our beacon.

Fixes: http://tracker.ceph.com/issues/21502
Signed-off-by: John Spray <john.spray@redhat.com>
doc/mgr/plugins.rst
src/messages/MMgrBeacon.h
src/mgr/MgrStandby.cc
src/mgr/PyModule.cc
src/mgr/PyModule.h
src/mgr/PyModuleRegistry.h
src/mgr/PyModuleRunner.cc
src/mon/MgrMap.h
src/pybind/mgr/influx/module.py
src/pybind/mgr/mgr_module.py