Skip to content

Commit

Permalink
test-incus-storage-vm: Fix snapshot syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 27, 2023
1 parent 6d580c8 commit 08e0a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test-incus-storage-vm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ do
echo "==> Checking VM snapshot copy root disk size is 10GiB"
[ $(($(incus exec v2 -- blockdev --getsize64 /dev/sda) / GiB)) -eq "10" ]
incus delete -f v2
incus delete v1/snap0
incus snapshot delete v1 snap0

echo "==> Check QEMU crash behavior and recovery"
incus exec v1 -- fsfreeze --freeze /
Expand Down

0 comments on commit 08e0a80

Please sign in to comment.