From c87adc9a7f6edcfcdcf839b09994f7a12b610ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Sun, 4 Aug 2024 15:20:44 -0400 Subject: [PATCH] test-incus-storage-vm: Bump to 24.04 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/test-incus-storage-vm b/bin/test-incus-storage-vm index 3d3a0488..d175c433 100755 --- a/bin/test-incus-storage-vm +++ b/bin/test-incus-storage-vm @@ -65,7 +65,7 @@ do fi echo "==> Create VM and boot" - incus init images:ubuntu/22.04/cloud v1 --vm -s "${poolName}" + incus init images:ubuntu/24.04/cloud v1 --vm -s "${poolName}" incus start v1 waitVMAgent v1 incus info v1 @@ -231,7 +231,7 @@ do truncate -s 5m "/tmp/incus-test-${poolName}/incus-test-block" echo "==> Checking disk device hotplug support" - incus launch images:ubuntu/22.04/cloud v1 --vm -s "${poolName}" + incus launch images:ubuntu/24.04/cloud v1 --vm -s "${poolName}" waitVMAgent v1 # Hotplug disks @@ -273,7 +273,7 @@ do echo "==> Change volume.size on pool and create VM" incus storage set "${poolName}" volume.size 6GiB - incus init images:ubuntu/22.04/cloud v1 --vm -s "${poolName}" + incus init images:ubuntu/24.04/cloud v1 --vm -s "${poolName}" incus start v1 waitVMAgent v1 incus info v1 @@ -288,7 +288,7 @@ do if [ "${poolDriver}" = "lvm" ]; then echo "==> Change volume.block.filesystem on pool and create VM" incus storage set "${poolName}" volume.block.filesystem xfs - incus init images:ubuntu/22.04/cloud v1 --vm -s "${poolName}" + incus init images:ubuntu/24.04/cloud v1 --vm -s "${poolName}" incus start v1 waitVMAgent v1 incus info v1 @@ -304,7 +304,7 @@ do echo "==> Create VM from profile with small disk size" incus profile copy default vmsmall incus profile device add vmsmall root disk pool="${poolName}" path=/ size=7GiB - incus init images:ubuntu/22.04/cloud v1 --vm -p vmsmall + incus init images:ubuntu/24.04/cloud v1 --vm -p vmsmall incus start v1 waitVMAgent v1 incus info v1 @@ -394,7 +394,7 @@ do incus profile delete vmsmall echo "==> Checking VM Generation UUID with QEMU" - incus init images:ubuntu/22.04/cloud v1 --vm -s "${poolName}" + incus init images:ubuntu/24.04/cloud v1 --vm -s "${poolName}" incus start v1 waitVMAgent v1 incus info v1