Hey guys, Just thought I'd post about an update we've done to what we think is a useful plugin.
https://github.com/Learnosity/vagrant-nfs_guest It's basically the standard Vagrant NFS shared folders in reverse. The Guest OS exports the share and the Host mounts the share. The reason we did this was to fix two problems we've been experiencing: - inotify (eg. file watchers) don't work across NFS mounts - NFS caching causing occasional reload issues with code changes The only limitation we have so far is that is only support a OSX/BSD Host and a Linux/Ubuntu Guest. Adding additional support for alternative Hosts and Guests is fairly trivial and we'll happily accept any pull request! Anyway, this update adds a host of new features and support Vagrant 1.6. Cheers, -A. -- 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]. For more options, visit https://groups.google.com/d/optout.
