Project

General

Profile

action #120339

Updated by okurz over 1 year ago

# Observation 
 LTP test `host` [started failing today](https://openqa.suse.de/tests/9927713#step/host/8). The QEMU DNS service running at 10.0.2.3 correctly resolves hostnames to IP addresses but reverse lookup fails. [Old tests](https://openqa.suse.de/tests/9915478#step/host/8) which passed up until yesterday are now [also failing upon restart](https://openqa.suse.de/tests/9930979#step/host/8) so this appears to be a QEMU configuration issue. The physical worker machine can resolve IP addresses without issue. 

 This issue is confirmed on worker3, worker5, worker8 and worker13. Other workers may be affected as well. PPC64LE QEMU workers do not seem to be affected, though. 

 ## Rollback steps 


 ``` 
 sudo salt --no-color --state-output=changes -C 'G@roles:worker' cmd.run 'sudo sed -i "s/\(NETCONFIG_DNS_POLICY=\)\"\"/\1\"auto\"/;s/\(NETCONFIG_DNS_STATIC_SERVERS=\)\"10.160.0.1 10.100.2.10\"/\1\"\"/" /etc/sysconfig/network/config && sudo netconfig update -f' 
 ```

Back