Bug 2011648
Summary: | crun 1.1: error "is paused" when trying to exec command in running container | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | khu60048 |
Component: | crun | Assignee: | Giuseppe Scrivano <gscrivan> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 34 | CC: | container-sig, gscrivan, lsm5, pehunt, rh.container.bot |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | crun-1.2-1.fc34 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-10-11 15:32:36 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
khu60048
2021-10-07 00:34:26 UTC
Upstream commit introducing the issue: https://github.com/containers/crun/commit/4810ac6adb02595772e7d4560641ef7b749e54b4 Looking at https://github.com/containers/crun/blob/7d35659e5e7b1fd3c36b365759fc5458fd77f816/src/libcrun/cgroup.c#L1870 I guess this means that some "cgroup.freeze" file contains "1" at the time of check? However the following command does not return anything: $ find /sys/fs/cgroup/ -name cgroup.freeze -exec grep -H "1" {} \; So maybe one of the pause/unpause functions in crun set cgroup.freeze to "1" just before the check? As I'm not familiar with crun or cgroups, I don't know how to better identify the source of the issue. FEDORA-2021-cf11d4d615 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-cf11d4d615 FEDORA-2021-cf11d4d615 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-cf11d4d615 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-cf11d4d615 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-cf11d4d615 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |