[PR #396] [MERGED] NFS mount documentation, locking issue #766

Closed
opened 2025-12-29 01:25:05 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: patch-2


📝 Commits (1)

  • 029cd7a NFS 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 locallocks NFS option on the Mac client resolved it. The locallocks option 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.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/396 **Author:** [@martinmullins](https://github.com/martinmullins) **Created:** 11/30/2021 **Status:** ✅ Merged **Merged:** 12/15/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`029cd7a`](https://github.com/sickcodes/Docker-OSX/commit/029cd7a46df95917118cb44ae194f92bd6132b9c) NFS mount documentation, locking issue ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 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 `locallocks` NFS option on the Mac client resolved it. The `locallocks` option means that locking is handled by the client. There would be problems if you actually need server side locking. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:25:05 +01:00
adam closed this issue 2025-12-29 01:25:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#766