mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
mgr/telemetry: remove duplicated method
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
964dd93819
commit
81e46fb9a6
@ -876,10 +876,6 @@ class Module(MgrModule):
|
||||
self.log.debug('Sleeping for %d seconds', sleep)
|
||||
self.event.wait(sleep)
|
||||
|
||||
def self_test(self):
|
||||
self.compile_report()
|
||||
return True
|
||||
|
||||
@staticmethod
|
||||
def can_run() -> Tuple[bool, str]:
|
||||
return True, ''
|
||||
|
Loading…
Reference in New Issue
Block a user