Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Created February 26, 2016 20:49
Show Gist options
  • Save jtaleric/0276a117625e44993be0 to your computer and use it in GitHub Desktop.
Save jtaleric/0276a117625e44993be0 to your computer and use it in GitHub Desktop.
[heat-admin@overcloud-cephstorage-2 ~]$ sudo cat /var/log/messages | grep ERROR -B 2
Feb 26 15:15:20 localhost os-collect-config: Trying to ping 172.21.112.52 for local network 172.21.112.0/22...FAILURE
Feb 26 15:15:20 localhost os-collect-config: [2016-02-26 15:15:20,191] (heat-config) [DEBUG] 172.21.112.52 is not pingable. Local Network: 172.21.112.0/22
Feb 26 15:15:20 localhost os-collect-config: [2016-02-26 15:15:20,191] (heat-config) [ERROR] Error running /var/lib/heat-config/heat-config-script/baa2c089-b3a1-486f-a11f-de8de65fcd15. [1]
[heat-admin@overcloud-cephstorage-2 ~]$ ping 172.21.112.52
PING 172.21.112.52 (172.21.112.52) 56(84) bytes of data.
64 bytes from 172.21.112.52: icmp_seq=1 ttl=64 time=0.500 ms
64 bytes from 172.21.112.52: icmp_seq=2 ttl=64 time=0.092 ms
^C
--- 172.21.112.52 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.092/0.296/0.500/0.204 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment