This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-05 12:51:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6a1f5e8a4f
libvirt
/
tests
/
storagepoolxml2argvdata
/
pool-netfs-gluster.argv
2 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
storagepoolxml2argvtest: Reorder gluster arguments Commit f00cde7f1133 changed order of mount arguments in virStorageBackendFileSystemMountGlusterArgs() and introduced per-OS mount options and new test data. Old test data was left unmodified with prior order of arguments. That causes a test failure on all OSes but Linux and FreeBSD, i.e. on macOS: 15) Storage Pool XML-2-argv pool-netfs-gluster ... In '/Users/roolebo/dev/libvirt/tests/storagepoolxml2argvdata/pool-netfs-gluster.argv': Offset 39 Expect [-o direct-io-mode=1 /mnt/gluster] Actual [/mnt/gluster -o direct-io-mode=1] Fixes: f00cde7f1133 ("storage: Add default mount options for fs/netfs storage pools") Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
2020-11-03 14:26:30 +00:00
mount -t glusterfs example.com:/volume /mnt/gluster -o direct-io-mode=1
Reference in New Issue
Copy Permalink