Commit fa8f42bc authored by Aric Buerer's avatar Aric Buerer Committed by Evan Read

Clarify gitlab:gitaly:check needs run from Gitaly client

parent f2e77c33
...@@ -406,8 +406,8 @@ server (with `gitaly_address`) unless you setup with special ...@@ -406,8 +406,8 @@ server (with `gitaly_address`) unless you setup with special
``` ```
1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure). 1. Save the file and [reconfigure GitLab](../restart_gitlab.md#omnibus-gitlab-reconfigure).
1. Run `sudo gitlab-rake gitlab:gitaly:check` to confirm the Gitaly client can connect to Gitaly 1. Run `sudo gitlab-rake gitlab:gitaly:check` on the Gitaly client (for example, the
servers. Rails application) to confirm it can connect to Gitaly servers.
1. Tail the logs to see the requests: 1. Tail the logs to see the requests:
```shell ```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment