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
093ad996
Commit
093ad996
authored
Oct 16, 2019
by
John Cai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update praefect docs with virtual_storage_name and auth
parent
ce942cd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
doc/administration/gitaly/praefect.md
doc/administration/gitaly/praefect.md
+8
-2
No files found.
doc/administration/gitaly/praefect.md
View file @
093ad996
...
...
@@ -68,20 +68,26 @@ sidekiq['enable'] = false
gitlab_workhorse
[
'enable'
]
=
false
gitaly
[
'enable'
]
=
false
# virtual_storage_name must match the same storage name given to praefect in git_data_dirs
praefect
[
'virtual_storage_name'
]
=
'praefect'
praefect
[
'auth_token'
]
=
'super_secret_abc'
praefect
[
'enable'
]
=
true
praefect
[
'storage_nodes'
]
=
[
{
'storage'
=>
'praefect-git-1'
,
'address'
=>
'tcp://praefect-git-1.internal'
,
'token'
=>
'token1'
,
'primary'
=>
true
},
{
'storage'
=>
'praefect-git-2'
,
'address'
=>
'tcp://praefect-git-2.internal'
'address'
=>
'tcp://praefect-git-2.internal'
,
'token'
=>
'token2'
},
{
'storage'
=>
'praefect-git-3'
,
'address'
=>
'tcp://praefect-git-3.internal'
'address'
=>
'tcp://praefect-git-3.internal'
,
'token'
=>
'token3'
}
]
```
...
...
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