]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/rbd: fix call to unregister_osd_perf_queries 29419/head
authorVenky Shankar <vshankar@redhat.com>
Wed, 31 Jul 2019 05:47:02 +0000 (01:47 -0400)
committerVenky Shankar <vshankar@redhat.com>
Wed, 31 Jul 2019 09:28:49 +0000 (05:28 -0400)
commit37a9b5375ff3793ea39ba7d13618aa977c8b302d
tree87dd925a55e63eaaa34823d559a916baa0e8a8c6
parent74d18394bf4e8f04c2cb2e0b1b079d8d71470fc7
pybind/rbd: fix call to unregister_osd_perf_queries

.. should be invoked as self.unregister_osd_perf_queries()
rather than self.module.unregister_osd_perf_queries().

Signed-off-by: Venky Shankar <vshankar@redhat.com>
src/pybind/mgr/rbd_support/module.py