From e8d2c2579383897a1dd7f9debd359abe8ae8373d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Jul 2021 09:55:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-1-stable-ee --- doc/administration/repository_storage_paths.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/administration/repository_storage_paths.md') diff --git a/doc/administration/repository_storage_paths.md b/doc/administration/repository_storage_paths.md index a1391f3e0ed..68f351e737a 100644 --- a/doc/administration/repository_storage_paths.md +++ b/doc/administration/repository_storage_paths.md @@ -147,13 +147,13 @@ can choose where new repositories are stored: 1. Select **Save changes**. Each repository storage path can be assigned a weight from 0-100. When a new project is created, -these weights are used to determine the storage location the repository is created on. The higher -the weight of a given repository storage path relative to other repository storages paths, the more -often it is chosen. That is, `(storage weight) / (sum of all weights) * 100 = chance %`. +these weights are used to determine the storage location the repository is created on. -![Choose repository storage path in Admin Area](img/repository_storages_admin_ui_v13_1.png) +The higher the weight of a given repository storage path relative to other repository storages +paths, the more often it is chosen. That is, +`(storage weight) / (sum of all weights) * 100 = chance %`. ## Move repositories -To move a repository to a different repository storage (for example, from `default` to `storage2`), use the +To move a repository to a different repository storage (for example, from `default` to `storage2`), use the same process as [migrating to Gitaly Cluster](gitaly/praefect.md#migrate-to-gitaly-cluster). -- cgit v1.2.3