mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-03 14:00:15 -04:00
Fixed options to NFS: no_subtree and check became no_subtree_check
This commit is contained in:
parent
a477d950fe
commit
693b813d63
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue