Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6400a9c8
Commit
6400a9c8
authored
Jul 08, 2019
by
John Cai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add nfs autodetection section in NFS docs
parent
50441577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
18 deletions
+4
-18
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+4
-18
No files found.
doc/administration/high_availability/nfs.md
View file @
6400a9c8
...
...
@@ -47,29 +47,15 @@ management between systems:
### Improving NFS performance with GitLab
NOTE:
**Note:**
This is only available starting in certain versions of GitLab: 11.5.11,
11.
6.11, 11.7.12, 11.8.8, 11.9.0 and up (e.g. 11.10, 11.11, etc.)
NOTE:
**Note:**
From GitLab 12.1, it will automatically be detected if Rugged can and should be used per storage.
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
service
](
../gitaly/index.md
)
. Depending on your workload and disk
performance, these flags may help improve performance. See
[
the
issue
](
https://gitlab.com/gitlab-org/gitlab-ce/issues/57317
)
for more
details.
To do this, run the Rake task:
If you previously enabled Rugged using the feature flag, you will need to unset the feature flag by using:
```
sh
sudo
gitlab-rake gitlab:features:
enable
_rugged
sudo
gitlab-rake gitlab:features:
unset
_rugged
```
If you need to undo this setting for some reason such as switching to
[
Gitaly without NFS
](
gitaly.md
)
(recommended), run:
```
sh
sudo
gitlab-rake gitlab:features:disable_rugged
```
If the Rugged feature flag is explicitly set to either true or false, GitLab will use the value explicitly set.
### Known issues
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment