You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure the Vagrantfile provided is a minimal Vagrantfile which contains
only the required configuration to reproduce the behavior. Please note that if
your Vagrantfile contains an excess of configuration unrelated the the reported
issue, or is in a different format, we may be unable to assist with your issue.
Always start with a minimal Vagrantfile and include only the relevant configuration
to reproduce the reported behavior.
Debug output
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o vers=3,udp 172.31.1.1:/Users/richard/Projects/my-repo /vagrant
Stdout from the command:
Stderr from the command:
mount.nfs: an incorrect mount option was specified
Expected behavior
The volume should have been mounted
Actual behavior
I got the error message: mount.nfs: an incorrect mount option was specified
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
Vagrant 2.2.19
Host operating system
MacOS Monterey 12.3.1
Guest operating system
I'm using this box:
ubuntu/jammy64
Vagrantfile
Please ensure the Vagrantfile provided is a minimal Vagrantfile which contains
only the required configuration to reproduce the behavior. Please note that if
your Vagrantfile contains an excess of configuration unrelated the the reported
issue, or is in a different format, we may be unable to assist with your issue.
Always start with a minimal Vagrantfile and include only the relevant configuration
to reproduce the reported behavior.
Debug output
Expected behavior
The volume should have been mounted
Actual behavior
I got the error message: mount.nfs: an incorrect mount option was specified
Steps to reproduce
Notes
It works if I change the command to:
So seems like the mount option changed for udp in Jammy?
The text was updated successfully, but these errors were encountered: