Bug 2124671
Summary: | Container denied access to tunnel devices after runc is upgraded | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Matthew LeSieur <matthew.lesieur> |
Component: | runc | Assignee: | Kir Kolyshkin <kir> |
Status: | CLOSED DUPLICATE | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.6 | CC: | gscrivan, jnovy, kir, tsweeney |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-09-09 20:21:04 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
Matthew LeSieur
2022-09-06 18:14:42 UTC
@mlesieur are you able to bump runc to v1.1.4 on that particular machine? I know there has been at least one issue that started with 1.1.3 and was cured in 1.1.4. @tsweeney I grabbed v1.1.4 from Koji and installed it manually on the test server I used previously, and the new version appears to fix the problem. # setenforce 0 # dnf upgrade ./runc-1.1.4-1.module_el8.7.0+1196+721f4eb0.x86_64.rpm # rpm -q runc runc-1.1.4-1.module_el8.7.0+1196+721f4eb0.x86_64 # podman start fedora36 # podman attach fedora36 container# mkdir /dev/net container# mknod /dev/net/tun c 10 200 container# cat /dev/net/tun cat: /dev/net/tun: File descriptor in bad state container# exit I will try this version on the production server, but it will take a few days. -Matt Matt, thanks for the update. I'm not 100% sure that this is a complete duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=2117928, however, the fix for that, bumping to runc v1.1.4 also fixes this. Given that, I'm going to close this as a duplicate and we'll chase the fix down there. It should be fixed in the near future. *** This bug has been marked as a duplicate of bug 2117928 *** |