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
a2455fd53d
libvirt
/
tests
/
storagepoolxml2argvdata
/
pool-netfs-protocol-ver-linux.argv
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
storage: Format mount options before positional arguments Move calls to virStorageBackendFileSystemMountAddOptions earlier so that the options are formatted before the positional arguments. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2021-04-06 14:40:42 +00:00
mount \
storage: pool: Allow more intricate nfs protocol versions Treat the 'protocolVer' field as a string so that e.g. '4.1' can be used. Forbid only ',' in the string as it's a separator of arguments for mount options. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
2022-06-23 15:17:06 +00:00
-o nodev,nosuid,noexec,nfsvers=4.1 \
storagepoolxml2argvtest: Use internal wrapping of command line arguments virCommandToString has the possibility to return an already wrapped string with better format than what we get from the test wrapper script. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2021-03-31 08:46:36 +00:00
-t nfs \
localhost:/var/lib/libvirt/images \
/mnt
Reference in New Issue
Copy Permalink