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
ec17c5f2
Commit
ec17c5f2
authored
Jul 31, 2020
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Gitaly check command
parent
9afc1ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+10
-4
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
ec17c5f2
...
...
@@ -1793,18 +1793,24 @@ On each node perform the following:
```
1.
Save the file and
[
reconfigure GitLab
](
../restart_gitlab.md#omnibus-gitlab-reconfigure
)
.
1.
Run
`sudo gitlab-rake gitlab:gitaly:check`
to confirm the node can connect to Gitaly.
1.
Confirm that Gitaly can perform callbacks to the internal API:
1.
Confirm the node can connect to Gitaly:
```
shell
sudo
/opt/gitlab/embedded/service/gitlab-shell/bin/check
-config
/opt/gitlab/embedded/service/gitlab-shell/config.yml
sudo
gitlab-rake gitlab:gitaly:check
```
1.
Tail the logs to see the requests:
Then, tail the logs to see the requests:
```
shell
sudo
gitlab-ctl
tail
gitaly
```
1.
Optionally, from the Gitaly servers, confirm that Gitaly can perform callbacks to the internal API:
```
shell
sudo
/opt/gitlab/embedded/service/gitlab-shell/bin/check
-config
/opt/gitlab/embedded/service/gitlab-shell/config.yml
```
NOTE:
**Note:**
When you specify
`https`
in the
`external_url`
, as in the example
above, GitLab assumes you have SSL certificates in
`/etc/gitlab/ssl/`
. If
...
...
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