From 04fff5cd8f4322ddc7729715dcc8098fb5211b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Rodr=C3=ADguez?= Date: Thu, 21 Jul 2016 17:48:57 -0400 Subject: Update documentation according to the new multiple git mount points feature --- doc/administration/repository_storages.md | 3 ++- doc/raketasks/cleanup.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/administration/repository_storages.md b/doc/administration/repository_storages.md index 81bfe173151..fd2b4f00960 100644 --- a/doc/administration/repository_storages.md +++ b/doc/administration/repository_storages.md @@ -1,7 +1,8 @@ # Repository storages GitLab allows you to define repository storage paths to enable distribution of -storage load between several mount points. +storage load between several mount points. You can choose where new projects are +stored via the `Application Settings` in the Admin interface. ## For installations from source diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md index 8fbcbb983e9..cf891cd90ad 100644 --- a/doc/raketasks/cleanup.md +++ b/doc/raketasks/cleanup.md @@ -2,7 +2,7 @@ ## Remove garbage from filesystem. Important! Data loss! -Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database. +Remove namespaces(dirs) from all repository storage paths if they don't exist in GitLab database. ``` # omnibus-gitlab @@ -12,7 +12,7 @@ sudo gitlab-rake gitlab:cleanup:dirs bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production ``` -Rename repositories from `/home/git/repositories` if they don't exist in GitLab database. +Rename repositories from all repository storage paths if they don't exist in GitLab database. The repositories get a `+orphaned+TIMESTAMP` suffix so that they cannot block new repositories from being created. ``` -- cgit v1.2.3