checkpoint-restore / criu-image-streamer

Enables streaming of images to and from CRIU during checkpoint/restore with low overhead
86 stars 12 forks source link

Can streamer work with lazy-pages? #16

Open LanYuqiao opened 2 months ago

LanYuqiao commented 2 months ago

It seems like streaming is incompatible with criu lazy-pages. Any idea on this if I want to achieve lazy restore with streamer ?

rst0git commented 2 months ago

Any idea on this if I want to achieve lazy restore with streamer?

Yes, CRIU currently does not support lazy-pages + image streaming. The implementation would require changes in both CRIU and criu-image-streamer.