From d4b013a66dd605c49804c07006254092729a2931 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Mon, 18 May 2015 11:46:04 +0800 Subject: [PATCH] Add note for remote nfs synced folders --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3dbded..0e0cd49 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,8 @@ it an setting the type, e.g. config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "squash", owner: "vagrant" +**NOTE:** for remote libvirt, nfs synced folders requires a bridged public network interface and you must connect to libvirt via ssh. + ## Customized Graphics vagrant-libvirt supports customizing the display and video settings of the @@ -459,4 +461,3 @@ IMPORTANT NOTE: bundle is crucial. You need to use bundled vagrant. 3. Commit your changes (`git commit -am 'Add some feature'`). 4. Push to the branch (`git push origin my-new-feature`). 5. Create new Pull Request. -