From 08e0a80eefe4abc0f4663c9842c0bb83235dbebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 27 Oct 2023 02:38:47 -0400 Subject: [PATCH] test-incus-storage-vm: Fix snapshot syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- bin/test-incus-storage-vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/test-incus-storage-vm b/bin/test-incus-storage-vm index 577b79b4..1fe97159 100755 --- a/bin/test-incus-storage-vm +++ b/bin/test-incus-storage-vm @@ -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 /