]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
pybind/mgr/rbd_support: split module.py into several files
authorMykola Golub <mgolub@suse.com>
Fri, 22 Nov 2019 17:56:38 +0000 (17:56 +0000)
committerJason Dillaman <dillaman@redhat.com>
Sun, 26 Jan 2020 16:20:29 +0000 (11:20 -0500)
commitb96818ff5b0b7a2b2e0d0bf6e8cd83b84aaeca3c
tree791bcecf91535762b9130fdc620ad2710d3acc52
parentd2425609e2fe9474ba48bd28774edd60fd65b750
pybind/mgr/rbd_support: split module.py into several files

(it is becoming too large)

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/pybind/mgr/rbd_support/common.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/module.py
src/pybind/mgr/rbd_support/perf.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/task.py [new file with mode: 0644]