mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
mgr/cephadm: fix host refresh
Fixes: 01f60cf4e0
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
a9a1b88694
commit
9df5a6d73e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user