]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: remove SSH error logs from health detail when host is unreachable 67070/head
authorJoshua Blanch <joshua.blanch@clyso.com>
Sat, 24 Jan 2026 16:53:14 +0000 (16:53 +0000)
committerJoshua Blanch <joshuamblanch@gmail.com>
Mon, 27 Apr 2026 17:22:26 +0000 (17:22 +0000)
commit6c242eb6480213afce9fe23b1c59bcd7bf24edbe
treee389b403667dab08568a1bbe13d277275fd2f477
parent6501725ed9393e9e3a032bf0f129b74a69d704bd
mgr/cephadm: remove SSH error logs from health detail when host is unreachable

HostConnectionError exception includes verbose logs from asyncssh which
creates noise when looking at ceph health detail. This moves the SSH logs
to log.exception() and remove it from appearing under `health detail`.

Fixes: https://tracker.ceph.com/issues/74551
Signed-off-by: Joshua Blanch <joshua.blanch@clyso.com>
src/pybind/mgr/cephadm/ssh.py