I haven't had any issue with this since switching to NFS. Switching was dead simple too, just add "type: nfs" to the share description in the Vagrantfile. Check docs for proper syntax.
I'm on Fedora 23, which already had NFS support, so I didn't have to install anything and Vagrant handled all the configuration. On Fri, Nov 13, 2015 at 5:30 PM, Joaquin Menchaca <[email protected]> wrote: > What does your vagrant file look like, I was thinking to play with NFS, > but have not yet. I have 3 virtual machines, sharing the same folder, but > they only access it one at at time during provisioning. If there was some > software writing to the shared folder, I might have had concurrency issues > as well... > > On Wednesday, October 28, 2015 at 8:31:58 AM UTC-7, [email protected] > wrote: >> >> This seems to be working! Thank you so much! >> >> As a side note, I had to change the Vagrant file to use a switch from a >> local config file to determine whether or not to use NFS or default on the >> synced folders because we have at least one developer on Windows here. >> > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to a topic in the > Google Groups "Vagrant" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vagrant-up/uqYog54eOk0/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/fab01849-e9e9-4497-baea-be46d7eb9371%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/fab01849-e9e9-4497-baea-be46d7eb9371%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- *Ben Burleson* *Senior Backend Engineer* -- <http://ontraport.com/> *Phone:* (855) 668-7276 *Web: *ONTRAPORT.com <http://www.ontraport.com/> *Social:* facebook.com/ontraport <http://www.facebook.com/ontraport> Read the latest from the ONTRAPORT Blog. <http://blog.ontraport.com> -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CANaLkJoay8NGhhrLVZwb_xzxLb5zUhKth9ksyt2V72w82srhig%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
