From: Kiefer Chang Date: Mon, 9 Mar 2020 06:30:48 +0000 (+0800) Subject: mgr/cephadm: add _remove_osds_bg back to main loop X-Git-Tag: v15.1.1~47^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=db8274db4209482077b822cdc0fca16fdd84f844;p=ceph-ci.git mgr/cephadm: add _remove_osds_bg back to main loop The call was accidentally removed in https://github.com/ceph/ceph/pull/33602. Signed-off-by: Kiefer Chang --- diff --git a/src/pybind/mgr/cephadm/module.py b/src/pybind/mgr/cephadm/module.py index f7554318488..5e1186ce082 100644 --- a/src/pybind/mgr/cephadm/module.py +++ b/src/pybind/mgr/cephadm/module.py @@ -1047,6 +1047,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule): self.log.debug("serve starting") while self.run: self._check_hosts() + self.rm_util._remove_osds_bg() # refresh daemons self.log.debug('refreshing hosts')