We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you have multiple NFS mounted folders, it fails to find the vagrant machine. Removing one of the synced folders makes it work.
It looks like it has something to do with the regex for matching the synced folders in /etc/exports
Example config: config.vm.synced_folder ".", "/vagrant", id: "vagrant-root" , :nfs => true config.vm.synced_folder "test", "/home/test", id: "www-root" , :nfs => true
The text was updated successfully, but these errors were encountered:
will take a look, thanks
Sorry, something went wrong.
confirmed, there is an issue detecting NFS machines when there are multiple shared folders in the same path tree.
This has been addressed locally and will be included in the next release, thanks for reporting the issue
should be fixed now (5d42940)
No branches or pull requests
When you have multiple NFS mounted folders, it fails to find the vagrant machine. Removing one of the synced folders makes it work.
It looks like it has something to do with the regex for matching the synced folders in /etc/exports
Example config:
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root" , :nfs => true
config.vm.synced_folder "test", "/home/test", id: "www-root" , :nfs => true
The text was updated successfully, but these errors were encountered: