From 2ed06c9d9e8c5ce7c68a05a3c9e583316a8ea310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 12 Dec 2024 21:08:29 -0500 Subject: [PATCH] test-incus-storage-vm: Update for Debian kernel 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 d68114ac..fe9a11ca 100755 --- a/bin/test-incus-storage-vm +++ b/bin/test-incus-storage-vm @@ -204,7 +204,7 @@ do ## Mount the readonly disk as rw inside VM using 9p and check the disk is still readonly at the Incus layer. incus exec v1 -- mkdir /srv/ro9p incus exec v1 -- mount -t 9p incus_dir1ro /srv/ro9p - incus exec v1 -- mount | grep 'incus_dir1ro on /srv/ro9p type 9p (rw,relatime,access=client,trans=virtio)' + incus exec v1 -- mount | grep 'incus_dir1ro on /srv/ro9p type 9p (rw,sync,dirsync,relatime,access=client,trans=virtio)' ! incus exec v1 -- touch /srv/ro9p/incus-test-ro || false ! incus exec v1 -- mkdir /srv/ro9p/incus-test-ro || false ! incus exec v1 -- rm /srv/ro9p/incus-test.txt || false