cedana-image-streamer enables streaming of images to and from Cedana during checkpoint/restore with low overhead.
This is a maintained fork of https://github.com/checkpoint-restore/criu-image-streamer.
Note: cedana-image-streamer requires this fork of CRIU.
To build the cedana-image-streamer executable:
cargo build --release --bin cedana-image-streamer
Place it in your PATH:
sudo cp target/release/cedana-image-streamer /usr/bin
To checkpoint with streaming (specify number of pipes n
):
cedana dump job workload -d /dumpdir --stream n
To restore with streaming (same n
):
cedana restore job workload --stream n
cedana-image-streamer is licensed under the Apache 2.0 license.
criu-image-streamer is originally licensed under the Apache 2.0 license.