]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr, pybind/mgr: pass inbuf (ceph -i <file>) to modules 22634/head
authorDan Mick <dan.mick@redhat.com>
Wed, 20 Jun 2018 03:36:08 +0000 (20:36 -0700)
committerDan Mick <dan.mick@redhat.com>
Fri, 22 Jun 2018 21:55:34 +0000 (14:55 -0700)
commit140761f8a2df10c45eb02041fad5e8237bf57c20
tree5cf310af04e58570f81142e5f60c2bc3ed7857f7
parentc707f0fa888aee3d008e3ff231c4acc299244e61
mgr, pybind/mgr: pass inbuf (ceph -i <file>) to modules

Modules may wish to receive bulk data; allow it

Signed-off-by: Dan Mick <dan.mick@redhat.com>
21 files changed:
src/mgr/ActivePyModule.cc
src/mgr/ActivePyModule.h
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/DaemonServer.cc
src/mgr/PyModuleRegistry.cc
src/mgr/PyModuleRegistry.h
src/pybind/mgr/balancer/module.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/hello/module.py
src/pybind/mgr/influx/module.py
src/pybind/mgr/iostat/module.py
src/pybind/mgr/mgr_module.py
src/pybind/mgr/prometheus/module.py
src/pybind/mgr/restful/module.py
src/pybind/mgr/selftest/module.py
src/pybind/mgr/smart/module.py
src/pybind/mgr/status/module.py
src/pybind/mgr/telegraf/module.py
src/pybind/mgr/telemetry/module.py
src/pybind/mgr/zabbix/module.py