]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: remove dead update_perf_schema fn definition
authorJohn Spray <john.spray@redhat.com>
Mon, 9 Apr 2018 19:30:50 +0000 (15:30 -0400)
committerJohn Spray <john.spray@redhat.com>
Mon, 23 Apr 2018 11:29:45 +0000 (07:29 -0400)
Signed-off-by: John Spray <john.spray@redhat.com>
src/pybind/mgr/mgr_module.py

index 01745fff2934c1c9c3ab5ac200899915673136c4..00a9efdb22e8272e8ca497ed85a2fc3da97bb04e 100644 (file)
@@ -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