Commit a96c6ce3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'pokstad1-docs-praefect-gitaly-config' into 'master'

Tweaks to Praefect docs for Gitaly configuration

See merge request gitlab-org/gitlab!23698
parents c64f28d7 09ba36bf
...@@ -260,9 +260,17 @@ git_data_dirs({ ...@@ -260,9 +260,17 @@ git_data_dirs({
For more information on Gitaly server configuration, see our [Gitaly documentation](index.md#3-gitaly-server-configuration). For more information on Gitaly server configuration, see our [Gitaly documentation](index.md#3-gitaly-server-configuration).
When finished editing the configuration file for each Gitaly server, run the
reconfigure command to put changes into effect:
```shell
sudo gitlab-ctl reconfigure
```
When all Gitaly servers are configured, you can run the Praefect connection When all Gitaly servers are configured, you can run the Praefect connection
checker to verify Praefect can connect to all Gitaly servers in the Praefect checker to verify Praefect can connect to all Gitaly servers in the Praefect
config: config. This can be done by running the following command on the Praefect
server:
```shell ```shell
sudo /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dial-nodes sudo /opt/gitlab/embedded/bin/praefect -config /var/opt/gitlab/praefect/config.toml dial-nodes
......
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