From 6ddec4834bf27519eaaf4fc7ae369cfa1e4e75d7 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 26 Feb 2015 12:49:09 +1030 Subject: [PATCH] Better NFS syncing See https://github.com/mitchellh/vagrant/issues/4204 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 05fa674..f283995 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -103,7 +103,7 @@ Vagrant.configure("2") do |config| config.vm.synced_folder ".", "/vagrant", id: "core", :nfs => true, - :mount_options => ['nolock,vers=3,udp,noatime'] + :mount_options => ['nolock,vers=3,udp,noatime,actimeo=1'] # If using VirtualBox config.vm.provider :virtualbox do |vb|