Diff snapshots versions #2808
-
Hi, Can somebody explain what this means? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @dwaddington, The main branch includes notification suppression for the virtio devices which will be released in Firecracker v1.0. The notification suppression feature is incompatible with older Firecracker versions, which means that creating a snapshot with target version lower than 1.0.0 (which I assume you are doing) will fail. In order for you to be able to create snapshots with version 0.25.0 or lower, you could switch to using Firecracker v0.25.2. Otherwise, in order for the snapshot operation to work on the main branch, you should specify "1.0.0" as target version. |
Beta Was this translation helpful? Give feedback.
Hi @dwaddington,
The main branch includes notification suppression for the virtio devices which will be released in Firecracker v1.0. The notification suppression feature is incompatible with older Firecracker versions, which means that creating a snapshot with target version lower than 1.0.0 (which I assume you are doing) will fail.
In order for you to be able to create snapshots with version 0.25.0 or lower, you could switch to using Firecracker v0.25.2. Otherwise, in order for the snapshot operation to work on the main branch, you should specify "1.0.0" as target version.