Project

General

Profile

Documentation #44905

Updated by Sebastian Wagner about 4 years ago

<pre> 
 <wowas> execnet.gateway_bootstrap.HostNotFound: -F /tmp/cephadm-conf-kbqvkrkw root@10.10.1.2 
 <wowas> raise OrchestratorError('Failed to connect to %s (%s).    Check that the host is reachable and accepts connections using the cephadm SSH key' % (host, addr)) from e 
 <wowas> orchestrator._interface.OrchestratorError: Failed to connect to 10.10.1.2 (10.10.1.2).    Check that the host is reachable and accepts connections using the cephadm SSH key 
 </pre> 

 1. ensure we have an ssh a key 
 <pre> 
 root@ceph01:~# ceph config-key get mgr/cephadm/ssh_identity_key 
 Error ENOENT: error obtaining 'mgr/cephadm/ssh_identity_key': (2) No such file or directory 
 </pre> 
 (e.g eihter set-ssk-key or generate-ssh-key) 

 2. ensure the ssh config is correct 

 3. limitation: root@ hardcoded 


Back