Merge pull request #2851 from BlackIkeEagle/reload-nfs-exports

guests/linux: use exportfs -a flag to avoid stale exports
This commit is contained in:
Mitchell Hashimoto 2014-01-17 09:57:13 -08:00
commit 8a12bf8694
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module VagrantPlugins
extend Vagrant::Util::Retryable
def self.nfs_apply_command(env)
"/usr/bin/exportfs -r"
"/usr/bin/exportfs -ar"
end
def self.nfs_check_command(env)