Comment 11 for bug 1400621

Revision history for this message
progserega (progserega-n) wrote :

In logs I found:
Wed Dec 10 06:59:03 +0000 2014 /Stage[main]/Ceph::Conf/Exec[ceph-deploy config pull]/returns (notice): ssh: connect to host node-1 port 22: No route to host
Wed Dec 10 06:59:03 +0000 2014 /Stage[main]/Ceph::Conf/Exec[ceph-deploy config pull]/returns (notice): [ceph_deploy.config][ERROR ] Unable to pull /etc/ceph/ceph.conf from node-1
Wed Dec 10 06:59:03 +0000 2014 /Stage[main]/Ceph::Conf/Exec[ceph-deploy config pull]/returns (notice): [ceph_deploy][ERROR ] GenericError: Failed to fetch config from 1 hosts
Wed Dec 10 06:59:03 +0000 2014 Puppet (err): ceph-deploy --overwrite-conf config pull node-1 returned 1 instead of one of [0]

What this mean?

Fuel (deploy-server) try connect to host "node-1"? node-1 - is domain name of host? It must be resolving?
[root@fuel ~]# ping node-1
ping: unknown host node-1

But
[root@fuel ~]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:04:23:D2:EE:5E
          inet addr:10.20.0.2 Bcast:10.20.0.255 Mask:255.255.255.0
          inet6 addr: fe80::204:23ff:fed2:ee5e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:5120626 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2109147 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1083947918 (1.0 GiB) TX bytes:2815177366 (2.6 GiB)

[root@fuel ~]# cat /etc/resolv.conf
search rs.int
domain rs.int
nameserver 10.20.0.2

But if problem in resolve domain name - why "controller node" deploy success, but only deploy "compute node" is failed?