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
a24fa18c
Commit
a24fa18c
authored
Aug 05, 2018
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve gitaly on seperate server storage details
parent
c2c9b3dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+7
-5
No files found.
doc/administration/gitaly/index.md
View file @
a24fa18c
...
...
@@ -101,7 +101,9 @@ documentation on configuring Gitaly
authentication
](
https://gitlab.com/gitlab-org/gitaly/blob/master/doc/configuration/README.md#authentication
)
.
In most or all cases the storage paths below end in
`/repositories`
. Check the
>
**NOTE:**
In most or all cases the storage paths below end in
`/repositories`
which is
different than
`path`
in
`git_data_dirs`
of Omnibus installations. Check the
directory layout on your Gitaly server to be sure.
Omnibus installations:
...
...
@@ -111,8 +113,8 @@ Omnibus installations:
gitaly
[
'listen_addr'
]
=
'0.0.0.0:9999'
gitaly
[
'auth_token'
]
=
'abc123secret'
gitaly
[
'storage'
]
=
[
{
'name'
=>
'default'
,
'path'
=>
'/
path/to
/default/repositories'
},
{
'name'
=>
'storage1'
,
'path'
=>
'/
path/to
/storage1/repositories'
},
{
'name'
=>
'default'
,
'path'
=>
'/
mnt/gitlab
/default/repositories'
},
{
'name'
=>
'storage1'
,
'path'
=>
'/
mnt/gitlab
/storage1/repositories'
},
]
```
...
...
@@ -127,11 +129,11 @@ token = 'abc123secret'
[[storage]
name
=
'default'
path
=
'/
path/to
/default/repositories'
path
=
'/
mnt/gitlab
/default/repositories'
[[storage]]
name
=
'storage1'
path
=
'/
path/to
/storage1/repositories'
path
=
'/
mnt/gitlab
/storage1/repositories'
```
Again, reconfigure (Omnibus) or restart (source).
...
...
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