summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-08-17 13:14:27 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2019-08-17 13:14:27 +0000
commit2d83cb6bf2d1cf643658a5ef4170914640773e37 (patch)
tree8dffe0094957ad9db52f7cf06173cf69c42b28d0
parent84598f5fe0977030f1c202544c938d5d8a34c9a3 (diff)
downloadgitlab-ce-docs-patch-73.tar.gz
Update repository_storage_types.md stuffdocs-patch-73
-rw-r--r--doc/administration/repository_storage_types.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/administration/repository_storage_types.md b/doc/administration/repository_storage_types.md
index 1669f8b128c..4abce458611 100644
--- a/doc/administration/repository_storage_types.md
+++ b/doc/administration/repository_storage_types.md
@@ -5,12 +5,12 @@
Two different storage layouts can be used
to store the repositories on disk and their characteristics.
-GitLab can be configured to use one or multiple repository shard locations
-that can be:
+GitLab can be configured to use one or multiple repository storage paths/shard
+locations that can be:
- Mounted to the local disk
- Exposed as an NFS shared volume
-- Acessed via [gitaly] on its own machine.
+- Acessed via [Gitaly] on its own machine
In GitLab, this is configured in `/etc/gitlab/gitlab.rb` by the `git_data_dirs({})`
configuration hash. The storage layouts discussed here will apply to any shard
@@ -34,8 +34,8 @@ easy for Administrators to find where the repository is stored.
On the other hand this has some drawbacks:
Storage location will concentrate huge amount of top-level namespaces. The
-impact can be reduced by the introduction of [multiple storage
-paths][storage-paths].
+impact can be reduced by the introduction of multiple storage
+paths.
Because backups are a snapshot of the same URL mapping, if you try to recover a
very old backup, you need to verify whether any project has taken the place of
@@ -199,5 +199,4 @@ They are also S3 compatible since **10.0** (GitLab Premium), and available in Gi
[ce-2821]: https://gitlab.com/gitlab-com/infrastructure/issues/2821
[ce-28283]: https://gitlab.com/gitlab-org/gitlab-ce/issues/28283
[rake/migrate-to-hashed]: raketasks/storage.md#migrate-existing-projects-to-hashed-storage
-[storage-paths]: repository_storage_types.md
-[gitaly]: gitaly/index.md
+[Gitaly]: gitaly/index.md