-
Notifications
You must be signed in to change notification settings - Fork 10
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
Auto deduplication on restore does not work in this fork #3
Comments
I can run restore with |
For the record, I can dump with
|
I found that the difference is due to mmaping files by default in |
read_ns_sys_file() can return an error, but we are trying to parse a buffer before checking a return code. CID 417395 (#3 of 3): String not null terminated (STRING_NULL) 2. string_null: Passing unterminated string buf to strtol, which expects a null-terminated string. Signed-off-by: Andrei Vagin <[email protected]>
Trying out the
criu restore --auto-dedup
feature fails with this fork:When using on the first restore (doesn't make much sense):
but actually if I do one a normal restore and second dump, the next restore fails with the same error.
I managed to dump/restore twice when using
--auto-dedup
with dump.The text was updated successfully, but these errors were encountered: