Radostin Stoyanov

Results 237 comments of Radostin Stoyanov

> I hadn't merged this PR, because it broke a few CI jobs: These cross-compiling tests often fail because `apt-get` can't install some dependencies, and I somehow missed this error....

Would it be possible to share the content of the `restore.log` file as well? It is interesting that we have tests for these use-cases (https://github.com/checkpoint-restore/criu/commit/0f5e2217ef9df00573bf66154e7a797ea4064ab1) and the tests seem to...

>This is a dump created by CRIU 4.2. crit from 4.1.1 shows this: I'm not sure if is possible to provide forwards compatibility with `crit` / `pycriu`. > The old...

@adrianreber I'm not sure if there is anything we can do in CRIU to fix this. The old `"nr_pages"` has type `uint32` and the new one has type `uint64`. We...

Similar problem was also mentioned some time ago at LPC: https://youtu.be/yI_1cuhoDgA?t=12584 (slide 10 in the [presentation](https://lpc.events/event/2/contributions/209/attachments/27/24/Task_Migration_at_Google_Using_CRIU.pdf)) >We noticed that each thread take nearly 0.05s in compel_stop_on_syscall, so 12000 threads will...

@o-love could you confirm if this problem occurs on x86_64 or a different CPU architecture? >After restoring a container with CRIU, a segfault consistently occurs in libz due to a...

@vikas-goel Would it be possible to provide the podman commands used to create these containers or Pods? This will help us to replicate the error locally and investigate the issue.

@oOraph @ctrox We are currently in the process of setting up a checkpoint/restore working group for Kubernetes: https://github.com/kubernetes/community/pull/8508 Would you be interested in discussing the use-cases or requirements for checkpoint...

@asafpamzn There are too many patches in this pull request and it would be difficult for someone to comment on the changes. The following document provides more information on how...