From 4626d937d01a211cda52b24535730e1fa535a826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 25 Jan 2024 14:09:55 -0500 Subject: [PATCH] test-incus-storage-vm: Remove virtiofs config drive 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/test-incus-storage-vm b/bin/test-incus-storage-vm index 9d50bca1..1c8fcada 100755 --- a/bin/test-incus-storage-vm +++ b/bin/test-incus-storage-vm @@ -81,11 +81,6 @@ do ! incus exec v1 -- touch /srv/incus-test || false incus exec v1 -- umount /srv - # Check virtiofs config drive share is exported readonly. - incus exec v1 -- mount -t virtiofs config /srv - ! incus exec v1 -- touch /srv/incus-test || false - incus exec v1 -- umount /srv - echo "==> Checking VM root disk size is 10GiB" [ $(($(incus exec v1 -- blockdev --getsize64 /dev/sda) / GiB)) -eq "10" ]