]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/cephadm: update check-host to handle new HostConnectionError exception
authorAdam King <adking@redhat.com>
Fri, 21 Oct 2022 18:41:03 +0000 (14:41 -0400)
committerAdam King <adking@redhat.com>
Fri, 21 Oct 2022 19:09:39 +0000 (15:09 -0400)
commit29bff27ccfcbaac1b008b03354736c35b629e81a
treef92f2ad2af44cd33953bea3c11c5ce90a02f0b15
parent225cd2d84b9753b985113998f7f3e969794884ed
mgr/cephadm: update check-host to handle new HostConnectionError exception

Otherwise we'll return a message about the host not being found
and to check 'ceph orch host ls' when the actual problem is the
host being offline

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