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
04fff5cd
Commit
04fff5cd
authored
Jul 21, 2016
by
Alejandro Rodríguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation according to the new multiple git mount points feature
parent
d2598f62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
doc/administration/repository_storages.md
doc/administration/repository_storages.md
+2
-1
doc/raketasks/cleanup.md
doc/raketasks/cleanup.md
+2
-2
No files found.
doc/administration/repository_storages.md
View file @
04fff5cd
# 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
...
...
doc/raketasks/cleanup.md
View file @
04fff5cd
...
...
@@ -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.
```
...
...
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