Skip to content

Enables streaming of images to and from Cedana during checkpoint/restore with low overhead

Notifications You must be signed in to change notification settings

cedana/cedana-image-streamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cedana Image Streamer

cedana-image-streamer enables streaming of images to and from Cedana during checkpoint/restore with low overhead.

Usage

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

About

Enables streaming of images to and from Cedana during checkpoint/restore with low overhead

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.2%
  • Shell 0.8%