Skip to content

Commit

Permalink
test-incus-storage-vm: Fix for 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Aug 4, 2024
1 parent c87adc9 commit 91c00b9
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 @@ -195,7 +195,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,sync,dirsync,access=client,trans=virtio)'
incus exec v1 -- mount | grep 'incus_dir1ro on /srv/ro9p type 9p (rw,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
Expand Down

0 comments on commit 91c00b9

Please sign in to comment.