Commit 5bc1403a authored by Evan Read's avatar Evan Read

Merge branch 'docs-gerardo-master-patch-91380' into 'master'

Add line on default replication factor

See merge request gitlab-org/gitlab!82530
parents b4bfc7b0 3c72381a
......@@ -1196,6 +1196,9 @@ You can configure:
current assignments: gitaly-1, gitaly-2
```
If `default_replication_factor` is unset, the repositories are always replicated on every node defined in `virtual_storages`. If a new
node is introduced to the virtual storage, both new and existing repositories are replicated to the node automatically.
## Automatic failover and primary election strategies
Praefect regularly checks the health of each Gitaly node. This is used to automatically fail over
......
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