From: Sage Weil Date: Tue, 16 Feb 2021 17:07:08 +0000 (-0600) Subject: mgr/cephadm: fix host refresh X-Git-Tag: v17.1.0~2952^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39496%2Fhead;p=ceph.git mgr/cephadm: fix host refresh Fixes: 01f60cf4e0a751c314120c02956d4ff941eb71b4 Signed-off-by: Sage Weil --- diff --git a/src/pybind/mgr/cephadm/serve.py b/src/pybind/mgr/cephadm/serve.py index a721babcbd15..d154ba568ac3 100644 --- a/src/pybind/mgr/cephadm/serve.py +++ b/src/pybind/mgr/cephadm/serve.py @@ -182,7 +182,7 @@ class CephadmServe: health_changed = False for k in [ 'CEPHADM_HOST_CHECK_FAILED', - 'CEPHADM_FAILED_DAEMON' + 'CEPHADM_FAILED_DAEMON', 'CEPHADM_REFRESH_FAILED', ]: if k in self.mgr.health_checks: