-
Notifications
You must be signed in to change notification settings - Fork 104
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
Cannot detect the NFS mount #103
Comments
Currently commenting this line out helped. |
Yep, haven't heard any reports of breaking from our 30 devs.. just created a machine and tested, all seems to be working OK for me. Might need more info to debug further @zored
|
@zored you think there is still an issue or we can close this one? |
It helped me too. I created my first docker-machines in December of 2019 and docker-machine-nfs worked fine. After some macOS update at spring of this year docker-machine-nfs stopped to work properly: there wasn't any impact on performance of docker-machine. For the first docker-machines there were the next entries in /etc/exports:
And so on. After that update of macOS for the new docker-machines next entries start to appear:
The difference is obviously in paths. When I have commented out the line as @zored suggested docker-machine-nfs starts to work for new machines. And new entry in /etc/exports have been created with old-style path:
The output of mount:
the output of |
@akurov-lam I'd suggest
|
Thank you, it helped. But I made a little bit more to be sure that everything works from scratch.
Now docker-machine-nfs works fine for me:
|
Actual behaviordocker-machine-nfs log
virtual machine log
Information
Workarounds to solve this issueIf you use alternative homebrew installs as https://docs.brew.sh/Installation#multiple-installations or https://docs.brew.sh/Installation#untar-anywhere and your HOMEBREW_PREFIX value is different from To check your HOMEBREW_PREFIX run
To solve this issue replace the line with
on
in Surprisingly, the source code contains the correct path to nfs-client, but after installation
I hope this helps someone. |
Thanks for such a nice project! ❤️
I get this error on macOS Catalina 10.15.3:
The text was updated successfully, but these errors were encountered: