]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storagepoolxml2argvtest: Fix output data for 'pool-netfs-protocol-ver'
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Jul 2022 14:53:08 +0000 (16:53 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 1 Jul 2022 14:53:08 +0000 (16:53 +0200)
The storage pool tests have host-specific versions which I neglected to
update in commit c44930d932203b4a58dccbbeaa814fff6cea8216 thus breaking
the test-suite on non-linux OSes.

Fixes: c44930d932203b4a58dccbbeaa814fff6cea8216
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tests/storagepoolxml2argvdata/pool-netfs-protocol-ver-freebsd.argv
tests/storagepoolxml2argvdata/pool-netfs-protocol-ver.argv

index 32cdaebcffd21af91aecc02c6b1511fedf8e69da..20954ef50ca24653d56a3eecfc13d0ec62adcffe 100644 (file)
@@ -1,5 +1,5 @@
 mount \
--o nosuid,noexec,nfsvers=3 \
+-o nosuid,noexec,nfsvers=4.1 \
 -t nfs \
 localhost:/var/lib/libvirt/images \
 /mnt
index ed157883c05e3f3a40eaa6a5e113f7a2aa44d16a..9afc6090b8ad2eb2027ee2ea86b95ee57154f35a 100644 (file)
@@ -1,5 +1,5 @@
 mount \
--o nfsvers=3 \
+-o nfsvers=4.1 \
 -t nfs \
 localhost:/var/lib/libvirt/images \
 /mnt