]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: Add ability to trigger a cluster/audit log message from Python
authorVolker Theile <vtheile@suse.com>
Mon, 24 Sep 2018 10:18:56 +0000 (12:18 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 4 Oct 2018 11:33:18 +0000 (13:33 +0200)
commit95746ecce9215c8428a02f1745d03e10536a4129
treeeefff973da3eed543b8ad95ca91e7e7c708ebbec
parent43a72f0e49a02e081e952f70415d218724266233
mgr: Add ability to trigger a cluster/audit log message from Python

Fixes: https://tracker.ceph.com/issues/36194
Signed-off-by: Volker Theile <vtheile@suse.com>
18 files changed:
qa/tasks/ceph_manager.py
qa/tasks/ceph_test_case.py
qa/tasks/mgr/test_module_selftest.py
qa/tasks/vstart_runner.py
src/mgr/ActivePyModule.h
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/BaseMgrModule.cc
src/mgr/Mgr.cc
src/mgr/MgrStandby.cc
src/mgr/PyModuleRegistry.cc
src/mgr/PyModuleRegistry.h
src/mgr/PyModuleRunner.cc
src/mgr/PyModuleRunner.h
src/mgr/StandbyPyModules.cc
src/mgr/StandbyPyModules.h
src/pybind/mgr/mgr_module.py
src/pybind/mgr/selftest/module.py