Commit e798815b authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'bbodenmiller-master-patch-89135' into 'master'

Clarify when repo is made read-only when using move API

See merge request gitlab-org/gitlab!59066
parents 243ab4d6 1a0671e8
......@@ -1329,7 +1329,7 @@ GitLab repositories can be associated with projects, groups, and snippets. Each
have a separate API to schedule the respective repositories to move. To move all repositories
on a GitLab instance, each of these types must be scheduled to move for each storage.
Each repository is made read only when the move is scheduled. The repository is not writable
Each repository is made read only for the duration of the move. The repository is not writable
until the move has completed.
After creating and configuring Gitaly Cluster:
......
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