From 0b1200bb4967ead9ab74c025e82395a1c99d3bbe Mon Sep 17 00:00:00 2001
From: zhengchuan hu <zhengchuan.hu@easystack.cn>
Date: Wed, 7 Mar 2018 19:00:00 +0800
Subject: [PATCH] add tip to large-deployments.doc

set the ``etcd_events_cluster_setup: true`` store events
in a separate dedicated etcd instance.
---
 docs/large-deployments.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/large-deployments.md b/docs/large-deployments.md
index 953ca2963..723ca5f48 100644
--- a/docs/large-deployments.md
+++ b/docs/large-deployments.md
@@ -46,5 +46,8 @@ For a large scaled deployments, consider the following configuration changes:
   section of the Getting started guide for tips on creating a large scale
   Ansible inventory.
 
+* Override the ``etcd_events_cluster_setup: true`` store events in a separate
+  dedicated etcd instance.
+
 For example, when deploying 200 nodes, you may want to run ansible with
 ``--forks=50``, ``--timeout=600`` and define the ``retry_stagger: 60``.
-- 
GitLab