diff options
author | Evan Read <eread@gitlab.com> | 2019-03-08 01:53:50 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-08 01:53:50 +0000 |
commit | dfd9e5bc6d01d33f1aa2a151554e126353a4da42 (patch) | |
tree | 2cbb0362683764f7d68bde3c5ff0d91a3ec80a30 | |
parent | 0a4effd4b8cd2efd88e63ac693c0541632f88263 (diff) | |
parent | 541aa194b114d9d2022ec344358cfa2308691ae3 (diff) | |
download | gitlab-ce-dfd9e5bc6d01d33f1aa2a151554e126353a4da42.tar.gz |
Merge branch 'sh-clarify-rugged-feature-flag-docs' into 'master'
Clarify Rugged direct access only available in GitLab 11.9
See merge request gitlab-org/gitlab-ce!25887
-rw-r--r-- | doc/administration/high_availability/nfs.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md index 78ebf8a083b..b1aaa3bca13 100644 --- a/doc/administration/high_availability/nfs.md +++ b/doc/administration/high_availability/nfs.md @@ -39,6 +39,8 @@ options: ### Improving NFS performance with GitLab +NOTE: **Note:** This is only available with GitLab 11.9 and up. + If you are using NFS to share Git data, we recommend that you enable a number of feature flags that will allow GitLab application processes to access Git data directly instead of going through the [Gitaly |