mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #43366 from adk3798/log-list-servers
mgr/cephadm: put list_servers output in debug logs Reviewed-by: Sebastian Wagner <sewagner@redhat.com>
This commit is contained in:
commit
f2da4ec9b4
@ -475,6 +475,7 @@ class CephadmServe:
|
||||
self.mgr.remove_health_warning(k)
|
||||
if self.mgr.warn_on_stray_hosts or self.mgr.warn_on_stray_daemons:
|
||||
ls = self.mgr.list_servers()
|
||||
self.log.debug(ls)
|
||||
managed = self.mgr.cache.get_daemon_names()
|
||||
host_detail = [] # type: List[str]
|
||||
host_num_daemons = 0
|
||||
|
Loading…
Reference in New Issue
Block a user