Merge pull request #2851 from BlackIkeEagle/reload-nfs-exports
guests/linux: use exportfs -a flag to avoid stale exports
This commit is contained in:
commit
8a12bf8694
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue