Radostin Stoyanov
Radostin Stoyanov
cc: @rajbhar
Hi @vjay82, thank you for fixing this. Could you please add a Signed-off-by line to your commit message? ``` git commit --amend -s ```
I will try to prioritize fixing the problem with TLS in page server (https://github.com/checkpoint-restore/criu/issues/1380).
@adrianreber I opened a PR where I tried to address some of the issues with known flake tests https://github.com/checkpoint-restore/criu/pull/1690 With these changes I don't see any errors locally. I replicated...
> so far no container runtime is really using them. [crun](https://github.com/containers/crun) does support time namespace (https://github.com/containers/crun/pull/257) and container checkpoint/restore, but Adrian is right. So far we have not seen many...
Hi Behouba, you are welcome to work on this GitHub issue :) If you have any questions about GSoC, feel free to reach out to me in [gitter](https://gitter.im/save-restore/CRIU) or via...
> There is a race condition in docker/containerd that causes docker to occasionally fail when starting a container from a checkpoint immediately after the checkpoint has been created. It looks...
> I'm thinking an artifact containing the checkpoint, and a subject pointing back to the base image One thing that we need to consider with respect to the base image...
@hesch CRIU supports incremental checkpoints via the `pre-dump` command. This command creates a snapshot of the memory changes, and uses a symlink ("parent") to create a link to previous checkpoints....
@FMyb As Adrian mentioned above, docker does not support checkpoint/restore of file-system changes and this is the reason for the error you are seeing. The following example shows how you...