Closed tehranian closed 10 years ago
Currently we only support the rsync
provider, so you must specify that in you Vagrantfile. I will mark this as a bug and see how we can fix it in the next release.
An easy workaround for this is to specify
config.nfs.functional = false
In your Vagrantfile.
Apparently the built-in Docker
provider has the same issue: mitchellh/vagrant/issues/4011
Using Vagrant 1.6.3 & vagrant-vcenter 0.2.0.
Ever since I upgraded to vagrant-vcenter 0.2.0 I'm getting this error on
vagrant up --provider=vcenter
:This may have to do with the
SyncedFolders
refactoring from 0.1.1 to 0.2.0.