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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.