Commit 9209da4e authored by Evan Read's avatar Evan Read

Merge branch 'patch-265' into 'master'

Clarify what happens during project repository storage moves

See merge request gitlab-org/gitlab!46083
parents c2af2f2e 75948a21
...@@ -24,6 +24,10 @@ of `state` are: ...@@ -24,6 +24,10 @@ of `state` are:
- `replicated` - `replicated`
- `cleanup_failed` - `cleanup_failed`
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
read-only. Please try again later.` message if they try to push new commits.
This API requires you to [authenticate yourself](README.md#authentication) as an administrator. This API requires you to [authenticate yourself](README.md#authentication) as an administrator.
## Retrieve all project repository storage moves ## Retrieve all project repository storage moves
......
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