firecracker-microvm / firecracker

Secure and fast microVMs for serverless computing.
http://firecracker-microvm.io
Apache License 2.0
24.7k stars 1.73k forks source link

[Snaps] Incremental (diff) snapshots #2142

Open raduweiss opened 3 years ago

raduweiss commented 3 years ago

The ability to create a microVM snapshot is compelling for serverless use cases. It’s also a feature ask from users.

This item tracks the capability of creating incremental (diff) snapshots. Firecracker will still only restore full snapshots, so users will need to merge incremental snapshots externally (we will provide documentation & example tooling).

alsrdn commented 1 year ago

We already do create incremental snapshots.

JonathanWoollett-Light commented 7 months ago

Still in developer preview, re-opening to indicate this.

We will move to shipped synchronously with related snapshot functionality (https://github.com/firecracker-microvm/firecracker/issues/2142, https://github.com/firecracker-microvm/firecracker/issues/1184).