]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/rbd_support: support module for RBD features that require coordination
authorJason Dillaman <dillaman@redhat.com>
Thu, 24 Jan 2019 05:00:26 +0000 (00:00 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 28 Jan 2019 19:35:28 +0000 (14:35 -0500)
commit88239791f6cf38fa12dcd22455bfae6bfc3f5db5
tree4335395670772f5e9a0ebe93e03880c67bf50de5
parenta89a836acc49994e7cc900af2857f43f2a5299ba
mgr/rbd_support: support module for RBD features that require coordination

This initially adds mgr commands to collect RBD performance metrics
from the OSD dynamic perf collector:

  rbd perf image stats: collects IO rate statistics
  rbd perf image counters: collects raw IO counters

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/pybind/mgr/rbd_support/__init__.py [new file with mode: 0644]
src/pybind/mgr/rbd_support/module.py [new file with mode: 0644]