From 693b813d634ca3af01bdf7fd601c771b392e697f Mon Sep 17 00:00:00 2001 From: Gustavo Gama Date: Sat, 7 Sep 2013 12:09:09 -0300 Subject: [PATCH] Fixed options to NFS: no_subtree and check became no_subtree_check --- plugins/hosts/linux/host.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hosts/linux/host.rb b/plugins/hosts/linux/host.rb index b8abcb46d..76b336b61 100644 --- a/plugins/hosts/linux/host.rb +++ b/plugins/hosts/linux/host.rb @@ -39,7 +39,7 @@ module VagrantPlugins def nfs_export(id, ips, folders) folders.each do |k, opts| if !opts[:linux__nfs_options] - opts[:linux__nfs_options] ||= ["rw", "no_subtree", "check", "all_squash"] + opts[:linux__nfs_options] ||= ["rw", "no_subtree_check", "all_squash"] end # Only automatically set anonuid/anongid if they weren't