Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seize: enable support for frozen containers
Container runtimes like CRI-O and containerd utilize the freezer cgroup to create a consistent snapshot of container rootfs changes. In this case, the container is frozen before invoking CRIU. Once CRIU successfully completes, a copy of the container rootfs diff is saved, and then the container is unfrozen. To enable GPU checkpointing support with these runtimes, we need to unfreeze the cgroup and restore it to its original state at the end. Fixes: #2508 Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
- Loading branch information