You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some usability issues due to how versioning is implemented in
relation with the snapshot versioning feature. How this is exhibited is
in two ways:
1. When running `firecracker --describe-snapshot SNAPSHOT`.
This will return the version of firecracker that introduced that
snapshot version, which may be different from the firecracker version
is was taken with.
2. When requesting a `version` in the `/snapshot/create` HTTP API.
Again, this has to be the version of firecracker that introduced the
snapshot version, not the firecracker version.
Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
0 commit comments