From 33c41d99dd29e191cf05c6f209eeb8c3606d021e Mon Sep 17 00:00:00 2001 From: sophia Date: Fri, 29 May 2020 17:24:05 -0400 Subject: [PATCH] Raise error if trying to create an nfs syncd folder for windows --- plugins/kernel_v2/config/vm.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/kernel_v2/config/vm.rb b/plugins/kernel_v2/config/vm.rb index b167ab270..f2605be9f 100644 --- a/plugins/kernel_v2/config/vm.rb +++ b/plugins/kernel_v2/config/vm.rb @@ -601,11 +601,6 @@ module VagrantPlugins options[:type] = :nfs end - # Ignore NFS on Windows - if options[:type] == :nfs && Vagrant::Util::Platform.windows? - options.delete(:type) - end - if options[:hostpath] == '.' current_dir_shared = true end