mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Add info for 9p mount: option in README
This commit is contained in:
@@ -570,6 +570,12 @@ it an setting the type, e.g.
|
||||
|
||||
config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "squash", owner: "vagrant"
|
||||
|
||||
or
|
||||
|
||||
config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "mapped", mount: false
|
||||
|
||||
For 9p shares, a `mount: false` option allows to define synced folders without mounting them at boot.
|
||||
|
||||
**SECURITY NOTE:** for remote libvirt, nfs synced folders requires a bridged public network interface and you must connect to libvirt via ssh.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user