-
Notifications
You must be signed in to change notification settings - Fork 629
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 instructions do not work. #2523
Comments
I suspect this is due to
https://podman.io/docs/checkpoint this could be more obvious in the criu docs. |
Why are you running some commands with sudo and some commands without? That is the problem. You have to run everything as root. |
Right. The page only implies this through the '#' prompt. I tried to update the docs to be more explicit it, but I the confirmation email doesn't get through to my gmail account, so I can't edit anything. The instructions from the podman docs (https://podman.io/docs/checkpoint) seem to work, but the first time I ran them it took 45 seconds for the container to be taken down (while the command was running, 8080 kept responding). I can't reproduce the slowness, and the logs in
|
note that the slowness I referred to in #2523 (comment) was on my Fedora 40 personal machine. |
@hanwen-flow Thank you for opening this issue. I have updated the criu docs with your suggestions. The following option may help with obtaining more detailed information on the performance of CRIU and Podman:
|
👍 |
I tried repro'ing the wait in #2523 (comment), by clearing out /var/lib/containers and reinstalling podman, but the problem did not reproduce. |
The slowness looks suspiciously like #2032 |
Description
the instructions at https://criu.org/Podman do not work. I tested on Ubuntu 22.04 and Fedora 39. The symptoms are the same,
Fedora 39 runs podman 5.2.3 but fails in the same way.
The text was updated successfully, but these errors were encountered: