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
4c2f0aa3
Commit
4c2f0aa3
authored
May 15, 2019
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
May 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: use sudo on gitlab-rake gitlab:features:*
parent
75888d6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+2
-3
No files found.
doc/administration/high_availability/nfs.md
View file @
4c2f0aa3
...
...
@@ -41,7 +41,6 @@ options:
NOTE:
**Note:**
This is only available starting in certain versions of GitLab:
*
11.5.11
*
11.6.11
*
11.7.12
...
...
@@ -59,13 +58,13 @@ details.
To do this, run the Rake task:
```
sh
gitlab-rake gitlab:features:enable_rugged
sudo
gitlab-rake gitlab:features:enable_rugged
```
If you need to undo this setting for some reason, run:
```
sh
gitlab-rake gitlab:features:disable_rugged
sudo
gitlab-rake gitlab:features:disable_rugged
```
### 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