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
5dd2347b
Commit
5dd2347b
authored
Sep 09, 2019
by
Evan Read
Committed by
Marcia Ramos
Sep 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix capitalization of GitLab
parent
9fd44513
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/database_load_balancing.md
doc/administration/database_load_balancing.md
+3
-3
No files found.
doc/administration/database_load_balancing.md
View file @
5dd2347b
...
...
@@ -148,9 +148,9 @@ The following options can be set:
If
`record_type`
is set to
`SRV`
, GitLab will continue to use a round-robin algorithm
and will ignore the
`weight`
and
`priority`
in the record. Since SRV records usually
return hostnames instead of IPs, GitLab will look for the IPs of returned hostnames
in the additional section of the SRV response. If no IP is found for a hostname, Git
l
ab
will query the configured
`nameserver`
for ANY record for each such hostname looking for A or AAAA
records, eventually
dropping this hostname from rotation if it can't resolve its IP.
in the additional section of the SRV response. If no IP is found for a hostname, Git
L
ab
will query the configured
`nameserver`
for ANY record for each such hostname looking for A or AAAA
records, eventually
dropping this hostname from rotation if it can't resolve its IP.
The
`interval`
value specifies the _minimum_ time between checks. If the A
record has a TTL greater than this value, then service discovery will honor said
...
...
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