diff options
author | Andrew Winata <awinata@gitlab.com> | 2019-05-29 13:29:48 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-29 13:29:48 +0000 |
commit | 8fb5c9a926bc377fda06f047939748a41081950a (patch) | |
tree | 61d9d6d1b2b4558e034612e315c82516465c08f8 /doc/administration | |
parent | 7a3e977b448002ba7f7d101355155e8ca6f9969d (diff) | |
download | gitlab-ce-8fb5c9a926bc377fda06f047939748a41081950a.tar.gz |
Info on Ceph and Gluster FS not recommended
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/high_availability/nfs.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md index caadec3ac4e..391982e45b3 100644 --- a/doc/administration/high_availability/nfs.md +++ b/doc/administration/high_availability/nfs.md @@ -107,6 +107,11 @@ stored on a local volume. For more details on another person's experience with EFS, see [Amazon's Elastic File System: Burst Credits](https://rawkode.com/2017/04/16/amazons-elastic-file-system-burst-credits/) +## Avoid using CephFS and GlusterFS + +GitLab strongly recommends against using CephFS and GlusterFS. +These distributed file systems are not well-suited for GitLab's input/output access patterns because git uses many small files and access times and file locking times to propagate will make git activity very slow. + ## Avoid using PostgreSQL with NFS GitLab strongly recommends against running your PostgreSQL database |