From: John Spray Date: Mon, 9 Apr 2018 19:30:50 +0000 (-0400) Subject: mgr: remove dead update_perf_schema fn definition X-Git-Tag: v13.1.0~143^2~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48c9071d6315eb03f285e6b0be0989ba4354bf68;p=ceph.git mgr: remove dead update_perf_schema fn definition Signed-off-by: John Spray --- diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 01745fff2934..00a9efdb22e8 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -255,17 +255,6 @@ class MgrModule(ceph_module.BaseMgrModule): def __del__(self): unconfigure_logger(self, self.module_name) - def update_perf_schema(self, daemon_type, daemon_name): - """ - For plugins that use get_all_perf_counters, call this when - receiving a notification of type 'perf_schema_update', to - prompt MgrModule to update its cache of counter schemas. - - :param daemon_type: - :param daemon_name: - :return: - """ - @property def log(self): return self._logger