Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Make vagrant mount options configureable #328

Open
flibbertigibbet opened this issue Dec 13, 2017 · 0 comments
Open

Make vagrant mount options configureable #328

flibbertigibbet opened this issue Dec 13, 2017 · 0 comments

Comments

@flibbertigibbet
Copy link
Contributor

NFS mount error on Ubuntu 17.10:

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3,udp,rw,vers=4,tcp,nolock 192.168.8.1:/projects/climate-change-lab /vagrant

Stdout from the command:



Stderr from the command:

mount.nfs: access denied by server while mounting 192.168.8.1:/projects/climate-change-lab

As with other projects, make mount options configurable. Using defaults or specifying NFS 3 (instead of 4) in this case would succeed.

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

No branches or pull requests

1 participant