Followup from T163996: Probe for ipv6 host reachability, asking to do "smoke" probes using v6 uncovered the fact that prometheus5002 can't ping (or tcp) ganeti over v6:
prometheus5002:~$ ping -c3 ganeti5007 PING ganeti5007(ganeti5007.eqsin.wmnet (2001:df2:e500:101:10:132:0:11)) 56 data bytes From prometheus5002.eqsin.wmnet (2001:df2:e500:101:10:132:0:12) icmp_seq=1 Destination unreachable: Address unreachable From prometheus5002.eqsin.wmnet (2001:df2:e500:101:10:132:0:12) icmp_seq=2 Destination unreachable: Address unreachable From prometheus5002.eqsin.wmnet (2001:df2:e500:101:10:132:0:12) icmp_seq=3 Destination unreachable: Address unreachable --- ganeti5007 ping statistics --- 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2010ms prometheus5002:~$ ping -c3 ganeti5004 PING ganeti5004(ganeti5004.eqsin.wmnet (2001:df2:e500:101:10:132:0:40)) 56 data bytes From prometheus5002.eqsin.wmnet (2001:df2:e500:101:10:132:0:12) icmp_seq=1 Destination unreachable: Address unreachable From prometheus5002.eqsin.wmnet (2001:df2:e500:101:10:132:0:12) icmp_seq=2 Destination unreachable: Address unreachable From prometheus5002.eqsin.wmnet (2001:df2:e500:101:10:132:0:12) icmp_seq=3 Destination unreachable: Address unreachable --- ganeti5004 ping statistics --- 3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2003ms
The bastion for example is fine
prometheus5002:~$ ping6 -c3 bast5004 PING bast5004(bast5004.wikimedia.org (2001:df2:e500:1:103:102:166:6)) 56 data bytes 64 bytes from bast5004.wikimedia.org (2001:df2:e500:1:103:102:166:6): icmp_seq=1 ttl=63 time=0.656 ms 64 bytes from bast5004.wikimedia.org (2001:df2:e500:1:103:102:166:6): icmp_seq=2 ttl=63 time=0.732 ms 64 bytes from bast5004.wikimedia.org (2001:df2:e500:1:103:102:166:6): icmp_seq=3 ttl=63 time=0.798 ms --- bast5004 ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2003ms rtt min/avg/max/mdev = 0.656/0.728/0.798/0.058 ms