Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-07-31 08:40:50 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-07-31 08:40:50 +0300
commita5689a1a3635b46dc6c646012a23bda86d2ef1f5 (patch)
tree5ddeaabeef62eeae023f6f2e74b0e7df931a2a49
parent4c89929fb4211aa1cf5f311a0cec89988de45184 (diff)
parent06a760e1392c540318058bd30ce644b20015caaf (diff)
Merge branch 'sh-aws-efs-docs' into 'master'
Add a note about EFS and GitLab log files See merge request !13180
-rw-r--r--doc/administration/high_availability/nfs.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/administration/high_availability/nfs.md b/doc/administration/high_availability/nfs.md
index bd6b7327aed..90a2e9298bf 100644
--- a/doc/administration/high_availability/nfs.md
+++ b/doc/administration/high_availability/nfs.md
@@ -46,6 +46,10 @@ GitLab does not recommend using EFS with GitLab.
many small files are written in a serialized manner are not well-suited for EFS.
EBS with an NFS server on top will perform much better.
+In addition, avoid storing GitLab log files (e.g. those in `/var/log/gitlab`)
+because this will also affect performance. We recommend that the log files be
+stored on a local volume.
+
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/)