Skip to content

Commit

Permalink
snapshot: bump version
Browse files Browse the repository at this point in the history
We added support for VMGenID on Aarch64 systems. This means that we
cannot load snapshots taken with previous versions of Firecracker. Bump
the snapshot major version.

Signed-off-by: Babis Chalios <bchalios@amazon.es>
  • Loading branch information
bchalios committed Aug 30, 2024
1 parent d4f917e commit e238023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm/src/persist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub enum CreateSnapshotError {
}

/// Snapshot version
pub const SNAPSHOT_VERSION: Version = Version::new(2, 0, 0);
pub const SNAPSHOT_VERSION: Version = Version::new(3, 0, 0);

/// Creates a Microvm snapshot.
pub fn create_snapshot(
Expand Down

0 comments on commit e238023

Please sign in to comment.