mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
c44930d932
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>
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
mount \
|
|
-o nodev,nosuid,noexec,nfsvers=4.1 \
|
|
-t nfs \
|
|
localhost:/var/lib/libvirt/images \
|
|
/mnt
|