Skip to content
New issue

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

Detecting vagrant machine fails when there are multiple NFS mounted folders #26

Closed
derimagia opened this issue Jun 23, 2014 · 3 comments
Labels

Comments

@derimagia
Copy link

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

@amitailanciano
Copy link
Member

will take a look, thanks

@amitailanciano
Copy link
Member

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

@amitailanciano
Copy link
Member

should be fixed now (5d42940)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants