-
Notifications
You must be signed in to change notification settings - Fork 596
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
runc lazy-pages test case needs "readonly": false (Error (criu/mount.c:1119): mnt: Can't create a temporary directory: Read-only file system) #575
Comments
Could you try the last version of criu? I think @Snorch fixed this problem. |
This is with 3.11. Is there something on criu-dev which fixes this? |
Latest criu-dev fails with for the lazy-pages runc test case:
|
Oh, and I was able to remove the read-only from two test-cases. So I guess some of the fixes for read-only root are working. But this one (read-only: false) , only for the lazy-pages test, is still necessary. Please also see opencontainers/runc#1936 for the removal of |
I think it was actually a warning, not an error. Since #1033 was merged it is now shown as a warning. opencontainers/runc#2509 removed the last "readonly: false" setting from the runc checkpoint tests, and it successfully passes a validation, meaning this bug can be closed. |
This needs to be closed manually since #1033 was merged before I found out it fixes this issue. Someone who has permissions, please close this one. |
@kolyshkin Thanks. |
The test case for lazy-pages in runc still needs:
Without this change I am seeing following error during dumping:
Is this something we can fix in CRIU?
The text was updated successfully, but these errors were encountered: