Add info for 9p mount: option in README

This commit is contained in:
Giacomo Lozito
2015-10-25 19:20:30 +00:00
parent b3fd0c36f0
commit bd112300c5

View File

@@ -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.