diff options
author | Drew Blessing <drew@blessing.io> | 2019-03-27 16:24:42 +0000 |
---|---|---|
committer | Drew Blessing <drew@blessing.io> | 2019-03-27 16:24:42 +0000 |
commit | 6518f311d455508871a795d75d711ebc059fed13 (patch) | |
tree | c9389762aba27480776160dd6f748ec3d3a279d0 /doc/administration | |
parent | 98824f3e97e24a5d6cb0688167bc8411a74739fc (diff) | |
download | gitlab-ce-6518f311d455508871a795d75d711ebc059fed13.tar.gz |
Recommend disabling NFS server delegation
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/high_availability/nfs.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md index b1aaa3bca13..f406163aea0 100644 --- a/doc/administration/high_availability/nfs.md +++ b/doc/administration/high_availability/nfs.md @@ -71,9 +71,8 @@ bug](https://bugzilla.redhat.com/show_bug.cgi?id=1552203) that may be fixed in [more recent kernels with this commit](https://github.com/torvalds/linux/commit/95da1b3a5aded124dd1bda1e3cdb876184813140). -Users encountering a similar issue may be advised to disable the NFS server -delegation feature, which is an optimization to reduce the number of network -round-trips needed to read or write files. To disable NFS server delegations +GitLab recommends all NFS users disable the NFS server +delegation feature. To disable NFS server delegations on an Linux NFS server, do the following: 1. On the NFS server, run: |