action #123960
closeds390x tests fail to log into VNC console on worker2 due to already present VM with same mac address
0%
Description
Observation¶
s390x tests started randomly failing last week when they try to log into the freshly booted test system. There are multiple instances across all SLE releases both before and after applying incident patches so this is most likely an infra issue.
https://openqa.suse.de/tests/10427719#step/update_kernel/20
https://openqa.suse.de/tests/10427825#step/update_kernel/20
https://openqa.suse.de/tests/10432751#step/update_kernel/20
https://openqa.suse.de/tests/10424294#step/boot_ltp/21
Reproducible¶
Fails since (at least) Build :27598:kgraft-patch-SLE12-SP5_Update_35
Expected result¶
Last good: :27599:kgraft-patch-SLE12-SP5_Update_36 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by MDoucha almost 2 years ago
- Project changed from openQA Tests (public) to openQA Infrastructure (public)
- Category deleted (
Bugs in existing tests)
Updated by amanzini almost 2 years ago
- Related to action #119233: [security] boot_to_desktop test fails on specific s390 workers due to closed SSH port added
Updated by jlausuch almost 2 years ago
Yes, I also detected it in SLE Micro, the combustion configuration can't reach conncheck.opensuse.org
https://openqa.suse.de/tests/10433042#step/boot_to_desktop/9
Updated by mgriessmeier almost 2 years ago
- Status changed from New to Feedback
As found out very quickly, only worker2:28 was affected.
There was a VM manually spawned on s390zp18 (on 27th of January) which used the same mac address as the worker instance worker2:28
since this machine was up and running, the actual worker could not login.
machine was shutdown and the jobs pass again on worker2:28 (https://openqa.suse.de/tests/10433735#)
I wonder what would be the best approach to monitor this, probably by scanning for duplicate max adresses on the s390x LPARs (virsh dumpxml)
@okurz - closed for me, followup if necessary :)
Updated by okurz almost 2 years ago
- Copied to action #123972: s390x tests fail to log into VNC console on worker2 due to already present VM with same mac address, check within backend added
Updated by okurz almost 2 years ago
- Subject changed from s390x tests fail to log into VNC console on worker2 to s390x tests fail to log into VNC console on worker2 due to already present VM with same mac address
- Status changed from Feedback to Resolved
- Assignee set to mgriessmeier
- Priority changed from Normal to Low
- Target version set to future
I think checking XML files for validity is a good idea. I created #123972 for that idea