cedana-image-streamer enables streaming of images to and from Cedana during checkpoint/restore with low overhead.
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:
cedana dump job workload -d /dumpdir --stream
To restore with streaming:
cedana restore job workload --stream