]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: cut down duplication between active+standby
authorJohn Spray <john.spray@redhat.com>
Fri, 6 Oct 2017 15:02:44 +0000 (11:02 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 12:20:21 +0000 (08:20 -0400)
commitdf8797320bed7ad9f121477e35d7e3862efd89bd
tree9566168258fab1cdc82e12f2cf93c1c6f4c9a0af
parente2442c1e20bf4ff12d58af500b34a18cc60d2de1
mgr: cut down duplication between active+standby

...by using PyModuleRunner class from ActivePyModule too.

Signed-off-by: John Spray <john.spray@redhat.com>
src/CMakeLists.txt
src/mgr/ActivePyModule.cc
src/mgr/ActivePyModule.h
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/BaseMgrModule.cc
src/mgr/PyModuleRegistry.cc
src/mgr/PyModuleRunner.cc [new file with mode: 0644]
src/mgr/PyModuleRunner.h [new file with mode: 0644]
src/mgr/StandbyPyModules.cc
src/mgr/StandbyPyModules.h