]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: qemuxmlconf: virtiofs: remove locking from the readonly test case
authorJán Tomko <jtomko@redhat.com>
Thu, 17 Jul 2025 17:32:52 +0000 (19:32 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 24 Sep 2025 13:11:18 +0000 (15:11 +0200)
The combination of locking + readonly is bogus, because there has never
been a virtiofsd release that supported both.

Locking was a feature of the C-based virtiofsd that was living in the
QEMU tree until v8.0.0 and the readonly feature was only introduced
in the Rust version of virtiofsd.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
tests/qemuxmlconfdata/vhost-user-fs-readonly.xml

index c9c1e5c3d2a74756979b3b4c0db65747e0d60429..89a6616eec8a13c623bd587392b38a7e126ccbb0 100644 (file)
@@ -30,7 +30,6 @@
       <driver type='virtiofs' queue='1024'/>
       <binary path='/usr/libexec/virtiofsd' xattr='on'>
         <cache mode='always'/>
-        <lock posix='off' flock='off'/>
       </binary>
       <source dir='/path'/>
       <target dir='mount_tag'/>