mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
[PR #396] [MERGED] NFS mount documentation, locking issue #766
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/396
Author: @martinmullins
Created: 11/30/2021
Status: ✅ Merged
Merged: 12/15/2021
Merged by: @sickcodes
Base:
master← Head:patch-2📝 Commits (1)
029cd7aNFS mount documentation, locking issue📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
README.md(+1 -1)📄 Description
I ran into some issues when running software that was trying to lock files under the nfs folder. This was on Catalina and looks like this is a common issue with Mac -> Linux nfs.
After digging into it, for my use case using the
locallocksNFS option on the Mac client resolved it. Thelocallocksoption means that locking is handled by the client. There would be problems if you actually need server side locking.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.