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
Léo-Paul Géneau
gitlab-ce
Commits
1dcbff1c
Commit
1dcbff1c
authored
Oct 20, 2016
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Few more fixes to Sentinel documentation to address MR feedback
parent
0ca14544
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
doc/administration/high_availability/redis.md
doc/administration/high_availability/redis.md
+4
-7
No files found.
doc/administration/high_availability/redis.md
View file @
1dcbff1c
...
...
@@ -63,13 +63,10 @@ Redis.
nginx['enable'] = false
postgresql['enable'] = false
gitlab_rails['enable'] = false
mailroom['enable'] = false
# Redis configuration
redis['port'] = 6379
redis['bind'] = '0.0.0.0'
# If you wish to use Redis authentication (recommended)
redis['password'] = 'redis-password-goes-here'
```
...
...
@@ -85,8 +82,8 @@ Redis.
## Experimental Redis Sentinel support
> Experimental Redis Sentinel support was [Introduced][ce-1877] in GitLab 8.11.
Starting with 8.1
3
, Redis Sentinel is no longer experimental.
If you used with versions
`< 8.1
3
`
before, please check the updated
Starting with 8.1
4
, Redis Sentinel is no longer experimental.
If you used with versions
`< 8.1
4
`
before, please check the updated
documentation below.
## Redis Sentinel support
...
...
@@ -279,7 +276,7 @@ be each in a independent machine. You can configure them in the same
machines where you've configured the other Redis servers.
This number is required for the consensus algorithm to be effective
in the case of a failure.
**
You should always have an
d
`odd`
number
in the case of a failure.
**
You should always have an
`odd`
number
of Sentinel nodes provisioned
**
.
#### How sentinel handles a failover
...
...
@@ -400,7 +397,7 @@ master and the new sentinels servers.
You can enable or disable sentinel support at any time in new or existing
installations. From the GitLab application perspective, all it requires is
the correct credentials for the master Redis and for a
few
Sentinel nodes.
the correct credentials for the master Redis and for a
ll
Sentinel nodes.
It doesn't require a list of all Sentinel nodes, as in case of a failure,
the application will need to query only one of them.
...
...
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