Skip to content

Commit e238023

Browse files
committed
snapshot: bump version
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 <[email protected]>
1 parent d4f917e commit e238023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmm/src/persist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ pub enum CreateSnapshotError {
157157
}
158158

159159
/// Snapshot version
160-
pub const SNAPSHOT_VERSION: Version = Version::new(2, 0, 0);
160+
pub const SNAPSHOT_VERSION: Version = Version::new(3, 0, 0);
161161

162162
/// Creates a Microvm snapshot.
163163
pub fn create_snapshot(

0 commit comments

Comments
 (0)