Update docs for automatic background verification

parent dd2dab7e
...@@ -80,11 +80,11 @@ green, pending work in grey, and failures in red. ...@@ -80,11 +80,11 @@ green, pending work in grey, and failures in red.
# Using checksums to compare Geo nodes # Using checksums to compare Geo nodes
To check the health of Geo secondary nodes, we use a checksum over the list of To check the health of Geo secondary nodes, we use a checksum over the list of
Git references and theirs values. Right now the checksum only includes `heads` Git references and their values. The checksum includes `HEAD`, `heads`, `tags`,
and `tags`. We should include all references ([issue #5196][ee-5196]), including `notes`, and GitLab-specific references to ensure true consistency. If two nodes
GitLab-specific references to ensure true consistency. If two nodes have the have the same checksum, then they definitely hold the same references. We compute
same checksum, then they definitely hold the same data. We compute the checksum the checksum for every node after every update to make sure that they are all
for every node after every update to make sure that they are all in sync. in sync.
# Reset verification for projects where verification has failed # Reset verification for projects where verification has failed
......
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