]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: standby modules come up and run now
authorJohn Spray <john.spray@redhat.com>
Tue, 22 Aug 2017 18:42:11 +0000 (14:42 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:28 +0000 (23:03 +0000)
commite37df9459d6d9abdbe310153bd53d1c1c4384a6b
treeffce1a2e4ab475cd0b2f60e83bb5e66e591f45d2
parent977583eba266df834a7e27516cacb750bf7121ec
mgr: standby modules come up and run now

...they still don't have access to any config though.

Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit c1471c7501948004096581ee415ab4a1fa2d9379)
13 files changed:
src/mgr/ActivePyModule.cc
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/BaseMgrModule.cc
src/mgr/BaseMgrModule.h
src/mgr/BaseMgrStandbyModule.cc [new file with mode: 0644]
src/mgr/BaseMgrStandbyModule.h [new file with mode: 0644]
src/mgr/Mgr.cc
src/mgr/MgrStandby.cc
src/mgr/PyModuleRegistry.cc
src/mgr/PyModuleRegistry.h
src/mgr/StandbyPyModules.cc [new file with mode: 0644]
src/mgr/StandbyPyModules.h [new file with mode: 0644]