-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
checkpoint/restore broken #1853
Comments
What version of criu do you use? |
criu-3.5 |
@qiancai I think this is a dup of checkpoint-restore/criu#314. Could you try to update criu? |
Yes, using the latest upstream criu works fine. |
@qiancai could you close this issue? |
ghost
closed this as completed
Jul 31, 2018
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since commit 8187fb7
Easy to reproduce using this config.json,
http://people.redhat.com/qcai/tmp/config.json
<console #1> # runc run root
<console #2> rm -rf /tmp/root; mkdir /tmp/root
<console #2> runc checkpoint --image-path /tmp/root/ --work-path /tmp/root/ root
<console #2> runc restore --image-path /tmp/root/ --work-path /tmp/root/ root
criu failed: type NOTIFY errno 0
log file: /tmp/root/restore.log
http://people.redhat.com/qcai/tmp/restore.log
@avagin
The text was updated successfully, but these errors were encountered: