-
Notifications
You must be signed in to change notification settings - Fork 623
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
Error checkpointing Java daemon in previously restored container #2577
Comments
Please share your reproducer. Curious if I can also see this. |
repro sent over e-mail |
Try |
Thanks! That worked. Is there a crun issue for this problem? |
No. If you want you can open one. I can provide the details. If I remember it correctly the difference is that runc move the CRIU binary in the correct cgroup and runs it there, crun creates the container and moves only one PID into the container after restore. So either crun must walk the process tree and move all PIDs into the right cgroup or create a helper process that is moved into the cgroup that calls CRIU. Something like that. |
Filed containers/crun#1651 |
hi there,
i'm using podman to checkpoint and restore containers. In my use-case, the main point is checkpointing/restoring a Java daemonized process
This works the first time around, but checkpointing the restored container yields
I have repro scenario on request. I looked at
/proc/$PID/task/$PID/status
to see if something was off, but nothing relevant stood out.The text was updated successfully, but these errors were encountered: