diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-11 17:05:33 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-11 17:05:33 +0000 |
commit | a6e90010ec0a9a3b68700f31825480df08cd2e29 (patch) | |
tree | 0654778fc4f590a8486bab1bb3da70a098a8e427 | |
parent | 7e350ab309ee270885fa5138b6e0badd74472e35 (diff) | |
parent | bafdb78cdc8b839625ee9338acc7ee03e1f3b5e0 (diff) | |
download | gitlab-ce-a6e90010ec0a9a3b68700f31825480df08cd2e29.tar.gz |
Merge branch 'patch-23' into 'master'
Docs: enable numeric UIDs and GIDs for NFS
See merge request gitlab-org/gitlab-ce!21712
-rw-r--r-- | doc/administration/high_availability/nfs.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md index 490c2699458..3013ce63bd5 100644 --- a/doc/administration/high_availability/nfs.md +++ b/doc/administration/high_availability/nfs.md @@ -37,6 +37,14 @@ options: circumstances it could lead to data loss if a failure occurs before data has synced. +Due to the complexities of running Omnibus with LDAP and the complexities of +maintaining ID mapping without LDAP, in most cases you should enable numeric UIDs +and GIDs (which is off by default in some cases) for simplified permission +management between systems: + + - [NetApp instructions](https://library.netapp.com/ecmdocs/ECMP1401220/html/GUID-24367A9F-E17B-4725-ADC1-02D86F56F78E.html) + - For non-NetApp devices, disable NFSv4 `idmapping` by performing opposite of [enable NFSv4 idmapper](https://wiki.archlinux.org/index.php/NFS#Enabling_NFSv4_idmapping) + ### Improving NFS performance with GitLab NOTE: **Note:** This is only available starting in certain versions of GitLab: 11.5.11, |