diff options
| author | Drew Blessing <drew@gitlab.com> | 2017-05-17 14:43:48 -0500 |
|---|---|---|
| committer | Drew Blessing <drew@gitlab.com> | 2017-05-17 15:07:38 -0500 |
| commit | cd996c5c9c801f91fad7047f2b34909cf9d5ff8d (patch) | |
| tree | ea53d8f9a2a81dfa1f692397b3863ae833a699e3 /doc/administration | |
| parent | acb72a8e6053fd8ffe197c294f6e86f3792a4f66 (diff) | |
| download | gitlab-ce-cd996c5c9c801f91fad7047f2b34909cf9d5ff8d.tar.gz | |
Replace EFS section in AWS guide
Diffstat (limited to 'doc/administration')
| -rw-r--r-- | doc/administration/high_availability/nfs.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md index 82bb5689d0a..d8e76d6ab94 100644 --- a/doc/administration/high_availability/nfs.md +++ b/doc/administration/high_availability/nfs.md @@ -7,11 +7,13 @@ supported natively in NFS version 4. NFSv3 also supports locking as long as Linux Kernel 2.6.5+ is used. We recommend using version 4 and do not specifically test NFSv3. -## AWS Elastic File System (EFS) not recommended +## AWS Elastic File System + +GitLab does not recommend using AWS Elastic File System (EFS). Customers and users have reported that AWS EFS does not perform well for GitLab's use-case. There are several issues that can cause problems. For these reasons -GitLab recommends against using EFS with GitLab. +GitLab does not recommend using EFS with GitLab. - EFS bases allowed IOPS on volume size. The larger the volume, the more IOPS are allocated. For smaller volumes, users may experience decent performance @@ -22,7 +24,7 @@ GitLab recommends against using EFS with GitLab. EBS with an NFS server on top will perform much better. For more details on another person's experience with EFS, see -[Amazon's Elastic File System: Burst Credits]()https://www.rawkode.io/2017/04/amazons-elastic-file-system-burst-credits/ +[Amazon's Elastic File System: Burst Credits](https://www.rawkode.io/2017/04/amazons-elastic-file-system-burst-credits/) ### Recommended options |
