-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[podman-next] podman container restore
fails: Can't fstat inherit fd 6: Bad file descriptor
#1367
Comments
A-ha! Downgrading crun from 102:1.12-1.20231201155948394913.main.11.gab6fd3f.fc39 to 1.12-1.20231201111844695411.main.9.gffa74d0.fc39.x86_64.rpm still fails, but another I'm fairly sure this is fallout from #1360 , can you please transfer the issue there if appropriate? (Or perhaps podman itself needs to be adjusted to it?) |
these fds must be passed to the child process. commit 3ad89be was overzealous and introduced the regression. Closes: containers#1367 Signed-off-by: Giuseppe Scrivano <[email protected]>
thanks, I've opened a PR: #1368 |
Issue Description
Around Friday last week, cockpit-podman's
TestApplication.testCheckpointRestore
test case started to fail against the podman-next COPR, in our nightly runs. The same test also started to fail in podman PRs, e.g. in containers/podman#20857 (comment) or containers/podman#20647 (comment).The earliest log where this started to fail shows only a few upgraded packages from COPR:
I'll bisect them in a bit, but
crun
andpodman
are the most "promising" candidates.Steps to reproduce the issue
Upgrade to the podman-next COPR:
Then try checkpoint/restore:
This is the most basic test case that I can imagine. How did that not break your tests?
Describe the results you received
That
restore.log
says:Describe the results you expected
podman container restore t1
succeeds.podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
Yes
Additional environment details
Standard F39 cloud image, or Testing Farm AWS instance
Additional information
No response
The text was updated successfully, but these errors were encountered: