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>2021-07-02 06:07:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-02 06:07:23 +0300
commitfd4360e1f532de6a23e5c79f06b3ef3d89c1511d (patch)
treedd16966f5b5fd96740e9af11265d89e74ee3259e /doc/api/group_repository_storage_moves.md
parentdc483c85ef1b3bcb8dee1fa269ced6e52f48c22c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/group_repository_storage_moves.md')
-rw-r--r--doc/api/group_repository_storage_moves.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/group_repository_storage_moves.md b/doc/api/group_repository_storage_moves.md
index 863a3d4abf2..53afe8d5ef3 100644
--- a/doc/api/group_repository_storage_moves.md
+++ b/doc/api/group_repository_storage_moves.md
@@ -16,13 +16,13 @@ example, or to migrate a Group Wiki.
As group repository storage moves are processed, they transition through different states. Values
of `state` are:
-- `initial`
-- `scheduled`
-- `started`
-- `finished`
-- `failed`
-- `replicated`
-- `cleanup failed`
+- `initial`: The record has been created but the background job has not yet been scheduled.
+- `scheduled`: The background job has been scheduled.
+- `started`: The group repositories are being copied to the destination storage.
+- `replicated`: The group has been moved.
+- `failed`: The group repositories failed to copy or the checksums did not match.
+- `finished`: The group has been moved and the repositories on the source storage have been deleted.
+- `cleanup failed`: The group has been moved but the repositories on the source storage could not be deleted.
To ensure data integrity, groups are put in a temporary read-only state for the
duration of the move. During this time, users receive a `The repository is temporarily