Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
94c7e635
Commit
94c7e635
authored
Jul 02, 2021
by
James Fargher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give definitions to each of the repository storage move states
parent
b938c4c6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
21 deletions
+21
-21
doc/api/group_repository_storage_moves.md
doc/api/group_repository_storage_moves.md
+7
-7
doc/api/project_repository_storage_moves.md
doc/api/project_repository_storage_moves.md
+7
-7
doc/api/snippet_repository_storage_moves.md
doc/api/snippet_repository_storage_moves.md
+7
-7
No files found.
doc/api/group_repository_storage_moves.md
View file @
94c7e635
...
...
@@ -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
...
...
doc/api/project_repository_storage_moves.md
View file @
94c7e635
...
...
@@ -16,13 +16,13 @@ for example.
As project 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 project repositories are being copied to the destination storage.
-
`
replicated`
: The project has been moved.
-
`failed`
: The project repositories failed to copy or the checksums did not match.
-
`
finished`
: The project has been moved and the repositories on the source storage have been deleted.
-
`cleanup failed`
: The project has been moved but the repositories on the source storage could not be deleted.
To ensure data integrity, projects are put in a temporary read-only state for the
duration of the move. During this time, users receive a
`The repository is temporarily
...
...
doc/api/snippet_repository_storage_moves.md
View file @
94c7e635
...
...
@@ -16,13 +16,13 @@ example.
As snippet 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 snippet repository is being copied to the destination storage.
-
`
replicated`
: The snippet has been moved.
-
`failed`
: The snippet repository failed to copy or the checksum did not match.
-
`
finished`
: The snippet has been moved and the repository on the source storage has been deleted.
-
`cleanup failed`
: The snippet has been moved but the repository on the source storage could not be deleted.
To ensure data integrity, snippets are put in a temporary read-only state for the
duration of the move. During this time, users receive a
`The repository is temporarily
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment