From 6a34342d3a6fa08c06dc4d9786168d77b3409929 Mon Sep 17 00:00:00 2001 From: Ivo Lukac Date: Thu, 27 Jul 2017 16:53:38 +0200 Subject: [PATCH] adding several nfs mount params for better performance on Linux as well --- Vagrantfile-nfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile-nfs b/Vagrantfile-nfs index 10e75de..02cbb1a 100644 --- a/Vagrantfile-nfs +++ b/Vagrantfile-nfs @@ -47,7 +47,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| type: "nfs" else config.vm.synced_folder "./ezpublish", "/var/www/ezpublish", - mount_options: ["noatime,intr,rdirplus,tcp"], + mount_options: ["noatime,intr,nordirplus,nolock,async,noacl,fsc,tcp"], type: "nfs" end