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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
ae97e5d5
Commit
ae97e5d5
authored
Jun 05, 2019
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Jun 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable Rugged when switching to Gitaly without NFS
parent
1804c82d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+3
-0
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+2
-1
No files found.
doc/administration/gitaly/index.md
View file @
ae97e5d5
...
...
@@ -220,6 +220,9 @@ network, firewall, or name resolution problem preventing your GitLab
server from reaching the Gitaly server then all Gitaly requests will
fail.
Additionally, you need to
[
disable Rugged if previously manually enabled
](
../high_availability/nfs.md#improving-nfs-performance-with-gitlab
)
.
We assume that your Gitaly server can be reached at
`gitaly.internal:8075`
from your GitLab server, and that Gitaly can read and
write to
`/mnt/gitlab/default`
and
`/mnt/gitlab/storage1`
respectively.
...
...
doc/administration/high_availability/nfs.md
View file @
ae97e5d5
...
...
@@ -56,7 +56,8 @@ To do this, run the Rake task:
sudo
gitlab-rake gitlab:features:enable_rugged
```
If you need to undo this setting for some reason, run:
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
...
...
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