Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-05 06:08:14 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-05 06:08:14 +0300
commitfdb5a6d73c634c2545cd2cb70cdc0a3b1458c712 (patch)
tree53443e41b232b4aa7ec000e265df5dd2152b94cf /doc/administration/geo/replication
parentf11cce04caba6363b1e8d33989e5671819d1d502 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/geo/replication')
-rw-r--r--doc/administration/geo/replication/troubleshooting.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/administration/geo/replication/troubleshooting.md b/doc/administration/geo/replication/troubleshooting.md
index dd2693f4ba7..b96fe29e28a 100644
--- a/doc/administration/geo/replication/troubleshooting.md
+++ b/doc/administration/geo/replication/troubleshooting.md
@@ -172,8 +172,7 @@ http://secondary.example.com/
GitLab Version: 14.9.2-ee
Geo Role: Secondary
Health Status: Healthy
- Repositories: succeeded 12345 / total 12345 (100%)
- Verified Repositories: succeeded 12345 / total 12345 (100%)
+ Project Repositories: succeeded 12345 / total 12345 (100%)
Project Wiki Repositories: succeeded 6789 / total 6789 (100%)
Attachments: succeeded 4 / total 4 (100%)
CI job artifacts: succeeded 0 / total 0 (0%)
@@ -191,6 +190,7 @@ http://secondary.example.com/
Terraform State Versions Verified: succeeded 0 / total 10 (0%)
Snippet Repositories Verified: succeeded 99 / total 100 (99%)
Pipeline Artifacts Verified: succeeded 0 / total 10 (0%)
+ Project Repositories Verified: succeeded 12345 / total 12345 (100%)
Project Wiki Repositories Verified: succeeded 6789 / total 6789 (100%)
Sync Settings: Full
Database replication lag: 0 seconds
@@ -199,19 +199,19 @@ http://secondary.example.com/
Last status report was: 1 minute ago
```
-There are up to three statuses for each item. For example, for `Repositories`, you see the following lines:
+There are up to three statuses for each item. For example, for `Project Repositories`, you see the following lines:
```plaintext
- Repositories: succeeded 12345 / total 12345 (100%)
- Verified Repositories: succeeded 12345 / total 12345 (100%)
+ Project Repositories: succeeded 12345 / total 12345 (100%)
+ Project Repositories Verified: succeeded 12345 / total 12345 (100%)
Repositories Checked: failed 5 / succeeded 0 / total 5 (0%)
```
The 3 status items are defined as follows:
-- The `Repositories` output shows how many repositories are synced from the primary to the secondary.
-- The `Verified Repositories` output shows how many repositories on this secondary have a matching repository checksum with the Primary.
-- The `Repositories Checked` output shows how many repositories have passed a local Git repository check (`git fsck`) on the secondary.
+- The `Project Repositories` output shows how many project repositories are synced from the primary to the secondary.
+- The `Project Verified Repositories` output shows how many project repositories on this secondary have a matching repository checksum with the Primary.
+- The `Repositories Checked` output shows how many project repositories have passed a local Git repository check (`git fsck`) on the secondary.
To find more details about failed items, check
[the `gitlab-rails/geo.log` file](../../logs/log_parsing.md#find-most-common-geo-sync-errors)