Bug 1879152
Summary: | [ci][kernel-rt] Timed out while waiting for StartTransientUnit(crio-....scope) completion signal from dbus. Continuing..." | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Michal Fojtik <mfojtik> |
Component: | Node | Assignee: | Seth Jennings <sjenning> |
Status: | CLOSED DUPLICATE | QA Contact: | Sunil Choudhary <schoudha> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.6 | CC: | aos-bugs, deads, dwalsh, jokerman, lnykryn, mpatel, msekleta, sjenning, tsweeney, vrothber |
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | TechnicalReleaseBlocker | ||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-09-28 15:59:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michal Fojtik
2020-09-15 14:28:49 UTC
We have been seeing an increasing number of systemd timeout bugs recently https://bugzilla.redhat.com/show_bug.cgi?id=1819868 (with 2 dups) Not sure what to do about them. Although, in previous cases, it was typically scale stress tests that trigger it. This is just a normal e2e run on an RT kernel. So.. that is strange. Lukas, Nykryn, We are seeing StartTransientUnit failures when using rt kernel. Are there any known issues with systemd and rt kernel? cc'd Valentin Rothberg in case he has any thoughts/insights on the systemd angle. *** Bug 1875045 has been marked as a duplicate of this bug. *** dup'ing this one as well. There is nothing kubelet/crio can do about this. https://bugzilla.redhat.com/show_bug.cgi?id=1819868#c14 The issue is an overloading of a single thread in systemd. The issue is related to the number of mount points on the system. On rt-kernel, systemd has even more of an issue since the kernel is optimized for scheduling latency and not throughput. *** This bug has been marked as a duplicate of bug 1819868 *** |