]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr: add trivial OSDMap wrapper class
authorSage Weil <sage@redhat.com>
Tue, 11 Jul 2017 03:23:19 +0000 (23:23 -0400)
committerJohn Spray <john.spray@redhat.com>
Wed, 1 Nov 2017 23:03:21 +0000 (23:03 +0000)
commit4d686ee875d5bc0125426d348e044988aaca9f91
tree3d5ce9dec5816a8fab8d0966408957e051b1dc8d
parent1b721632aa8271d74b319714db0a9fedacb2629b
mgr: add trivial OSDMap wrapper class

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 2ef005196ba2eb49c34c32def624938c7a8beb03)
src/CMakeLists.txt
src/mgr/MgrPyModule.cc
src/mgr/PyModules.cc
src/mgr/PyModules.h
src/mgr/PyOSDMap.cc [new file with mode: 0644]
src/mgr/PyOSDMap.h [new file with mode: 0644]
src/mgr/PyState.cc
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/mgr_module.py