Project

General

Profile

Bug #15116

Updated by Nathan Cutler about 8 years ago

Seeing this in multiple runs, e.g. http://qa-proxy.ceph.com/teuthology/teuthology-2016-03-13_17:10:11-upgrade:infernalis-infernalis-distro-basic-vps/57839/teuthology.log 

 <pre>libvirt: XML-RPC error : Cannot recv data: ssh: connect to host mira007.front.sepia.ceph.com port 22: No route to host</pre> 

 The host is unreachable from <code>teuthology.front.sepia.ceph.com</code>: 

 <pre> 
 smithfarm@teuthology:~$ ssh mira007.front.sepia.ceph.com 
 ssh: connect to host mira007.front.sepia.ceph.com port 22: No route to host 
 smithfarm@teuthology:~$ ping mira007.front.sepia.ceph.com 
 PING mira007.front.sepia.ceph.com (172.21.3.128) 56(84) bytes of data. 
 From teuthology.front.sepia.ceph.com (172.21.9.23) icmp_seq=1 Destination Host Unreachable 
 From teuthology.front.sepia.ceph.com (172.21.9.23) icmp_seq=2 Destination Host Unreachable 
 From teuthology.front.sepia.ceph.com (172.21.9.23) icmp_seq=3 Destination Host Unreachable 
 ^C 
 </pre>

Back