-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
NFS synced_folder is broken under 1.9.1 #8138
Comments
I downgraded to |
I also have this issue. |
Now 1.9.1 still has this problem |
Any news on this? I'm completely blocked... |
blocked here also... |
I've lost too much time trying to get NFS mounts working on my new setup, which was: As the WunderTools readme advises, downgrading to Vagrant 1.9.0 solves the mounting issue. Phew! I hope Vagrant 1.9.2 will bring the proper solution to this issue. |
Same here. Had to downgrade to 1.9.0 to get it working. |
Downgrade to v1.9.0 worked for me as well.
Link to Vagrant Archives. |
Experienced the same issue here. If anyone is using
|
Is this #8148 fixing our issue here? Is it going to be released in |
This did not fix it for me in 1.9.1. To fix I had to add |
@astephensen you just saved me hours of debugging this. |
OSX El Capitan / vagrant 1.9.1 Same issue. Solved by downgrading to 1.9.0. |
@alexivkin Thanks a lot your fix worked for me |
Note that Vagrant 1.9.2 will be released sometime today (hopefully!). I'll test and see if it works with NFS + CentOS 7. |
Just tried with 1.9.2 and ubuntu 16.04 host. I'm getting the same issue. |
Testing on macOS 10.12.3 with CentOS 7 guest as well... It looks like NFS is mounting correctly on macOS hosts with CentOS 7 now, yay! |
@jordimolesblanco it is not expected to be fixed on ubuntu. This is a CentOS/Redhat explicit issue. I'm waiting for @geerlingguy's outcome patiently 👂 |
@andronat - It's working for me in all cases on macOS, at least. Though, now that S3 is down, just about everything else I try is breaking today :P |
This is still breaking for me on Ubuntu guest.
mount.nfs: access denied by server while mounting 10.10.10.1 |
The problem persists for me with version 1.9.4 |
I'm having the same problem i'm running Vagrant 1.9.3 on OSX 10.12.4 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
1.9.1
Host operating system
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G1212
Guest operating system
Centos 7
Vagrantfile
Please note, if you are using Homestead or a different Vagrantfile format, we
may be unable to assist with your issue. Try to reproduce the issue using a
vanilla Vagrantfile first.
Debug output
Provide a link to a GitHub Gist containing the complete debug output:
https://www.vagrantup.com/docs/other/debugging.html. The debug output should
be very long. Do NOT paste the debug output in the issue, just paste the
link to the Gist.
Expected behavior
NFS should had mounted
Actual behavior
Get an error:
Steps to reproduce
Extra
I found that if I do
vagrant ssh
to the VM after the error and I do asudo service network restart
everything works. I noticed that before the network restart the routes are broken:The text was updated successfully, but these errors were encountered: