core: note backwards incompat in code
This commit is contained in:
parent
e5b35d1c83
commit
df02ddb68c
|
@ -383,6 +383,11 @@ module VagrantPlugins
|
|||
if options[:mount_options] && !options[:mount_options].is_a?(Array)
|
||||
errors << I18n.t("vagrant.config.vm.shared_folder_mount_options_array")
|
||||
end
|
||||
|
||||
# One day remove this probably.
|
||||
if options[:extra]
|
||||
errors << "The 'extra' flag on synced folders is now 'mount_options'"
|
||||
end
|
||||
end
|
||||
|
||||
if has_nfs
|
||||
|
|
Loading…
Reference in New Issue