diff options
author | Drew Blessing <drew@blessing.io> | 2019-08-06 17:05:08 +0000 |
---|---|---|
committer | Drew Blessing <drew@blessing.io> | 2019-08-06 17:05:08 +0000 |
commit | 4a6e6cefcd0a984c692700d043795fb9a6b9b269 (patch) | |
tree | 453b867fd8524e093d96c64007a27c8947d09148 /doc | |
parent | 9ebe45101da5413596d35c6e82b303b4c74906eb (diff) | |
parent | f4a3055c2470c8621a8465800e538f20bb746e96 (diff) | |
download | gitlab-ce-4a6e6cefcd0a984c692700d043795fb9a6b9b269.tar.gz |
Merge branch 'sh-update-nfs-delegation-docs' into 'master'
Suggest disabling of NFS delegation not needed for RHEL7 update
See merge request gitlab-org/gitlab-ce!31546
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/high_availability/nfs.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md index 294f0e969d5..274bd32299b 100644 --- a/doc/administration/high_availability/nfs.md +++ b/doc/administration/high_availability/nfs.md @@ -71,6 +71,11 @@ 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). +NOTE: **Note** Red Hat Enterprise 7 [shipped a kernel +update](https://access.redhat.com/errata/RHSA-2019:2029) on August 6, +2019 that may have resolved this problem. The following instructions may +not be needed if the latest kernel is updated properly. + GitLab recommends all NFS users disable the NFS server delegation feature. To disable NFS server delegations on an Linux NFS server, do the following: |