-
Notifications
You must be signed in to change notification settings - Fork 599
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
CRIU failed to restore LXC container in Ubuntu 22.04 #2421
Comments
Looking at the error message I would say that is a lxc bug. I have had similar errors in runc/crun. The expectation from CRIU is that the file-system is setup in such a way that it can restore all mount points. The destination directory for |
I can't reproduce this error with self-compiled criu v3.19 (I see slightly different problem with non being able to kill cgroupd):
Steps:
In gdb we see criu waiting for cgroupd to die:
So if I just kill cgroupd (which waits for command on unix socket) everything else works:
|
Fix for cgroupd problem here #2427 |
A friendly reminder that this issue had no activity for 30 days. |
Description
CRIU failed to restore LXC container
Steps to reproduce the issue:
or directly running CRIU from shell:
or directly running CRIU from shell:
Describe the results you received:
The restoring process fails with:
Describe the results you expected:
The successful completion of restore operation.
Additional information you deem important (e.g. issue happens only occasionally):
The same issue happens with CRIU build from master branch.
CRIU logs and information:
dump.log
restore.log
The text was updated successfully, but these errors were encountered: