]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: remove notify hook
authorSage Weil <sage@redhat.com>
Fri, 24 Jan 2020 17:42:43 +0000 (11:42 -0600)
committerSage Weil <sage@redhat.com>
Thu, 30 Jan 2020 13:11:38 +0000 (07:11 -0600)
We don't want to wake up serve so often.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/module.py

index 1ce6279a632a202c0a9dde7f977b622e5077be5f..ca97fe3cb30e2b4b2e6a1cc9132d21a120705731 100644 (file)
@@ -705,7 +705,7 @@ class CephadmOrchestrator(MgrModule, orchestrator.OrchestratorClientMixin):
         self.event.set()
 
     def notify(self, notify_type, notify_id):
-        self.event.set()
+        pass
 
     def get_unique_name(self, existing, prefix=None, forcename=None):
         """