Radostin Stoyanov

Results 163 comments of Radostin Stoyanov

Hi @MihaelBercic, you should be able to use `docker create` to first create the container then move the checkpoint. However, I would recommend using [Podman](https://podman.io/) for container migration as it...

closing in favour of https://github.com/checkpoint-restore/criu/pull/2449

This is a complex project but there is some relevant work that has been done in the past: [(2018) CRUM: Checkpoint-Restart Support for CUDA’s Unified Memory](https://ieeexplore.ieee.org/document/8514890) [(2013) A Checkpoint/Restart Scheme...

@AHEADer thank you for sharing this. [(2020) Balancing efficiency and fairness in heterogeneous GPU clusters for deep learning](https://github.com/checkpoint-restore/criu/files/5395205/2020.Balancing.efficiency.and.fairness.in.heterogeneous.GPU.clusters.for.deep.learning.pdf)

The following paper from 2022 describes in more detail the "device proxy" approach proposed in Balancing Efficiency and Fairness in Heterogeneous GPU Clusters for Deep Learning mentioned above: [Singularity: Planet-Scale,...

> Are there any open-source resources on this project or do we have to implement it from scratch ourselves I am not aware of open-source resources on this project. However,...

As this was completed by Abhishek in GSoC 2019, should we close this issue?

runc also implements something similar using the [`orphan-pts-master`](https://github.com/opencontainers/runc/blob/ee45b9bf604e7658678aa1cc34d765288ab912ef/libcontainer/criu_linux.go#L1174) hook.

@Parthiba-Hazra sure, please feel free to open a pull request!

> @rst0git is there any documentations for all types of constants ? - `man 2 socket` provides information about socket families and types - `man 7 ip` provides information about...