mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
06d7151664
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>
6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
mount \
|
|
-o nosuid,noexec,direct-io-mode=1 \
|
|
-t glusterfs \
|
|
example.com:/volume \
|
|
/mnt/gluster
|