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
d5dc44f0
Commit
d5dc44f0
authored
Nov 16, 2016
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor edits in Redis HA source install
[ci skip]
parent
0f951737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/administration/high_availability/redis_source.md
doc/administration/high_availability/redis_source.md
+4
-4
No files found.
doc/administration/high_availability/redis_source.md
View file @
d5dc44f0
...
@@ -345,12 +345,12 @@ We have a more detailed [Troubleshooting](redis.md#troubleshooting) explained
...
@@ -345,12 +345,12 @@ We have a more detailed [Troubleshooting](redis.md#troubleshooting) explained
in the documentation for Omnibus GitLab installations. Here we will list only
in the documentation for Omnibus GitLab installations. Here we will list only
the things that are specific to a source installation.
the things that are specific to a source installation.
If you get an error in GitLab like
:
`Redis::CannotConnectError: No sentinels available.`
,
If you get an error in GitLab like
`Redis::CannotConnectError: No sentinels available.`
,
there may be something wrong with your configuration files or it can be related
there may be something wrong with your configuration files or it can be related
to
[
this upstream issue
][
gh-531
]
.
to
[
this upstream issue
][
gh-531
]
.
It's a bit non-intuitive the way you have to config
`resque.yml`
and
You must make sure that
`resque.yml`
and
`sentinel.conf`
are configured correctly,
`sentinel.conf`
,
otherwise
`redis-rb`
will not work properly.
otherwise
`redis-rb`
will not work properly.
The
`master-group-name`
('gitlab-redis') defined in (
`sentinel.conf`
)
The
`master-group-name`
('gitlab-redis') defined in (
`sentinel.conf`
)
**must**
be used as the hostname in GitLab (
`resque.yml`
):
**must**
be used as the hostname in GitLab (
`resque.yml`
):
...
@@ -379,7 +379,7 @@ production:
...
@@ -379,7 +379,7 @@ production:
port
:
26379
# point to sentinel, not to redis port
port
:
26379
# point to sentinel, not to redis port
```
```
When in doubt, please read
[
Redis Sentinel documentation
](
http://redis.io/topics/sentinel
)
When in doubt, please read
[
Redis Sentinel documentation
](
http://redis.io/topics/sentinel
)
.
[
gh-531
]:
https://github.com/redis/redis-rb/issues/531
[
gh-531
]:
https://github.com/redis/redis-rb/issues/531
[
downloads
]:
https://about.gitlab.com/downloads
[
downloads
]:
https://about.gitlab.com/downloads
...
...
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