Project

General

Profile

action #134948

Updated by okurz 8 months ago

## Observation 
 ``` 
 martchus@openqa:~> ping worker40.oqa.prg2.suse.org 
 PING worker40.oqa.prg2.suse.org(worker40.oqa.prg2.suse.org (2a07:de40:b203:12:10:145:10:13)) 56 data bytes 
 From 2a07:de40:b203:12:0:ff:fe4f:7c2b (2a07:de40:b203:12:0:ff:fe4f:7c2b) icmp_seq=1 Destination unreachable: Address unreachable 
  From 2a07:de40:b203:12:0:ff:fe4f:7c2b (2a07:de40:b203:12:0:ff:fe4f:7c2b) icmp_seq=2 Destination unreachable: Address unreachable 
 From 2a07:de40:b203:12:0:ff:fe4f:7c2b (2a07:de40:b203:12:0:ff:fe4f:7c2b) icmp_seq=3 Destination unreachable: Address unreachable 
 From 2a07:de40:b203:12:0:ff:fe4f:7c2b (2a07:de40:b203:12:0:ff:fe4f:7c2b) icmp_seq=4 Destination unreachable: Address unreachable 
 From 2a07:de40:b203:12:0:ff:fe4f:7c2b (2a07:de40:b203:12:0:ff:fe4f:7c2b) icmp_seq=5 Destination unreachable: Address unreachable 
 From 2a07:de40:b203:12:0:ff:fe4f:7c2b (2a07:de40:b203:12:0:ff:fe4f:7c2b) icmp_seq=6 Destination unreachable: Address unreachable 
 ^C 
 --- worker40.oqa.prg2.suse.org ping statistics --- 
 8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 7132ms 

 martchus@openqa:~> ping -4 worker40.oqa.prg2.suse.org 
 PING    (10.145.10.13) 56(84) bytes of data. 
 64 bytes from worker40.oqa.prg2.suse.org (10.145.10.13): icmp_seq=1 ttl=64 time=0.110 ms 
  64 bytes from worker40.oqa.prg2.suse.org (10.145.10.13): icmp_seq=2 ttl=64 time=0.118 ms 
 64 bytes from worker40.oqa.prg2.suse.org (10.145.10.13): icmp_seq=3 ttl=64 time=0.114 ms 
 64 bytes from worker40.oqa.prg2.suse.org (10.145.10.13): icmp_seq=4 ttl=64 time=0.110 ms 
 ^C 
 ---    ping statistics --- 
 4 packets transmitted, 4 received, 0% packet loss, time 3058ms 
 rtt min/avg/max/mdev = 0.110/0.113/0.118/0.003 ms 
 ``` 

 This problem is **not** specific to `worker40.oqa.prg2.suse.org`. It also leads to failing alerts that have been silenced for now: https://stats.openqa-monitor.qa.suse.de/alerting/silence/444a55a0-8fce-43fd-8a85-50c817d0f46d/edit?alertmanager=grafana 

 ## Acceptance criteria 
 * **AC1**: The mentioned silences are no longer necessary necessary. 
 * **AC2**: We still have alerting for reachability of those hosts (maybe only for IPv4, in the best case the underlying problem is fixed) 

 ## Suggestions 
 * Work with Eng-Infra to make AAAA records and DHCPv6 work 
 * Remove workaround from openqa-salt-states after IPv6 problems have been addressed fixed).

Back