Radostin Stoyanov
Radostin Stoyanov
When the legacy iptables backend is not installed, iptables-legacy-save and ip6tables-legacy-save binaries are missing. This results in the following error messages: (00.062021) iptables has nft backend: iptables-save v1.8.8 (nf_tables) Error...
The following two errors occur when checkpointing GPU applications with the AMD GPU plugin for CRIU. 1. When checkpointing a CRI-O container running AlexNet CNN on Ubuntu 20.04 system with...
This patch updates the base OS image used with GitHub actions from Ubuntu 20.04 to 22.04.
containerd provides [native support](https://github.com/containerd/containerd/issues/9081#issuecomment-1729866176) for checkpoint/restore using checkpoint images. The more recently introduced functionality that [connects the existing checkpoint functions to the CRI ContainerCheckpoint RPC](https://github.com/containerd/containerd/pull/6965) allows to export the 1)...
The Go version of CRIT currently outputs raw data decoded from `files.img`. However, it would be more user-friendly if we map constants used in certain fields to human readable strings...
Building CRIU on Ubuntu 24.04 (with gcc 13.2.0 and glibc 2.39) fails with the following errors: ``` CC criu/net.o criu/net.c: In function ‘unix_conf_op’: criu/net.c:236:32: error: ‘net/unix/’ directive output truncated writing...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: A container checkpoint includes a copy of the logs file. However,...
`checkpointctl` currently shows IP address information for checkpoints created with CRI-O but not with Podman. For checkpoints created with Podman, this information is stored in [`network.status`](https://github.com/checkpoint-restore/checkpointctl/blob/30639e214612564aa6507d819a233bce929aa86c/lib/metadata.go#L19), which has content in...
When checkpointing a container with multiple CUDA processes, CRIU currently fails with the following error: ``` cuda_plugin: pausing devices on pid 802521 Error (criu/cr-dump.c:1791): Timeout reached. Try to interrupt: 0...
Running `criu dump` for a simple ROCm application (`HelloWorld.cpp`) on Ubuntu 22.04 (`6.5.0-44-generic` kernel) causes kernel crash. This problem occurs with CRIU installed from both master and criu-dev branches. HelloWorld.cpp:...