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

Fix NFS Mount failing on Ubuntu 22.04 #1937

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

Sn0wCrack
Copy link
Contributor

It appears that NFS over UDP is disabled in Ubuntu 22.04 by default:

This causes NFS mounts to fail by default with Homestead without adding the nfs_udp option to all existing folder mounts, which if you have a lot of folders mounted like I do, can be a bit tedious.

Since Homestead will be using Ubuntu 22.04 by default going forward, I think disabling nfs_udp by default going forward might be a good idea.

This PR will automatically apply the nfs_udp option with a value of false when a folder is using NFS.

Copy link
Contributor

@svpernova09 svpernova09 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for sorting this out. I certainly don't use NFS these days.

@svpernova09 svpernova09 merged commit f5cbc8c into laravel:main Jan 22, 2024
5 checks passed
@svpernova09 svpernova09 mentioned this pull request Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants