summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-20 14:01:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-20 14:01:54 +0000
commitd2c01153a882b1f3d5ad5dc3e1218741bfabceb5 (patch)
treef661f67a267d7cea41b44bf69fbc3942bd496b46
parente872be6d17928a10b93fb3b088e62610a5099dba (diff)
parentf9a968ac5edff4e3ee28d774b530940f7d119a65 (diff)
downloadgitlab-ce-d2c01153a882b1f3d5ad5dc3e1218741bfabceb5.tar.gz
Merge branch 'jramsay/dedupe-beta-docs' into 'master'
Add beta caution to hashed object pools See merge request gitlab-org/gitlab-ce!26289
-rw-r--r--doc/administration/repository_storage_types.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/repository_storage_types.md b/doc/administration/repository_storage_types.md
index 40f7c5566ac..25c3d564560 100644
--- a/doc/administration/repository_storage_types.md
+++ b/doc/administration/repository_storage_types.md
@@ -86,6 +86,11 @@ by another folder with the next 2 characters. They are both stored in a special
### Hashed object pools
+CAUTION: **Beta:**
+Hashed objects pools are considered beta, and are not ready for production use.
+Follow [gitaly#1548](https://gitlab.com/gitlab-org/gitaly/issues/1548) for
+updates.
+
For deduplication of public forks and their parent repository, objects are pooled
in an object pool. These object pools are a third repository where shared objects
are stored.