]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: introduce HostConnectionError exception type in ssh handling
authorAdam King <adking@redhat.com>
Fri, 21 Oct 2022 16:56:44 +0000 (12:56 -0400)
committerAdam King <adking@redhat.com>
Fri, 21 Oct 2022 19:09:31 +0000 (15:09 -0400)
commitbdd8008d246e1c1dc662e3492a3230c2e8c465dc
treed609ce1bbe453902c5623c7af251f0eda599d661
parent3e35324dd70771d7f52d5e055d778069897f6b58
mgr/cephadm: introduce HostConnectionError exception type in ssh handling

The idea is to be able to know elsewhere that the OrchestratorError
we are looking at is specifically one raised due to a failure to
connnect to a host. This can hopefully allow for some more
precise error handling

Signed-off-by: Adam King <adking@redhat.com>
src/pybind/mgr/cephadm/ssh.py