Using Merged NFS mounts points for writing #942
gpradeepjain
started this conversation in
General
Replies: 2 comments 1 reply
-
Files are created based on the policy you choose and the metrics at the time. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The fact it is NFS is only relevant to the situations where NFS is non-POSIX compliant which is generally documented in the mergerfs docs such as: https://github.com/trapexit/mergerfs#nfsopenhack Otherwise it's the same as any other filesystem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, We have been using MergerFS over 2 NFS mounts each 100TB. The merged folder was always used for reading purposes and we had great success using this.
Will, there be any problem if we use the merged path over NFS for writes as well.
What will happen in the below scenario?
NFS1 -> folderA
NFS2 -> folderA
Merged path over NFS NFS3 -> Will have merged folderA
If user writes to NFS3 -> folderA where will the new files be written into?
Beta Was this translation helpful? Give feedback.
All reactions