summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Smith <asmith@gitlab.com>2019-08-06 11:32:08 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-06 11:32:08 +0000
commit3626854154cef4dc1b7372dc3e4c1c865722ea8b (patch)
treeb71e1fd529a47c3401b1309e3eb65a81e6a8136e
parentd8be05cff7e77d27f917a141d1c7f5aa7cc765ba (diff)
downloadgitlab-ce-3626854154cef4dc1b7372dc3e4c1c865722ea8b.tar.gz
Resolve "DOCS Clarify usage of ElasticSearch with Gitaly non-NFS"
-rw-r--r--doc/administration/gitaly/index.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index 432056d48c7..150494c47e5 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -36,13 +36,18 @@ installations will be better served with the default configuration
used by Omnibus and the GitLab source installation guide.
Starting with GitLab 11.4, Gitaly is able to serve all Git requests without
-needed a shared NFS mount for Git repository data.
+requiring a shared NFS mount for Git repository data.
Between 11.4 and 11.8 the exception was the
[Elasticsearch indexer](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer).
But since 11.8 the indexer uses Gitaly for data access as well. NFS can still
be leveraged for redudancy on block level of the Git data. But only has to
be mounted on the Gitaly server.
+Starting with GitLab 11.8, it is possible to use ElasticSearch in conjunction with
+a Gitaly setup that isn't utilising NFS. In order to use ElasticSearch in this
+scenario, the [new repository indexer](../../integration/elasticsearch.md#elasticsearch-repository-indexer-beta)
+needs to be enabled in your GitLab configuration.
+
NOTE: **Note:** While Gitaly can be used as a replacement for NFS, it's not recommended
to use EFS as it may impact GitLab's performance. Review the [relevant documentation](../high_availability/nfs.md#avoid-using-awss-elastic-file-system-efs)
for more details.