From d8817c26156d4b9d852f7b06df48c592a72a2f17 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 24 Jan 2020 11:42:43 -0600 Subject: [PATCH] mgr/cephadm: remove notify hook We don't want to wake up serve so often. Signed-off-by: Sage Weil --- src/pybind/mgr/cephadm/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index 1ce6279a632..ca97fe3cb30 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -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): """ -- 2.39.5