From 6d0aaa3a7eb6b2e29c51af01bda347e3410a179d Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Thu, 9 Mar 2017 09:48:17 +0100 Subject: [PATCH] Update limitations section Change-Id: I8e07dd60f84e40fb09deb43ffe2bee60e808fa6e --- doc/source/limitations.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/source/limitations.rst b/doc/source/limitations.rst index 43290c58..b3b56286 100644 --- a/doc/source/limitations.rst +++ b/doc/source/limitations.rst @@ -5,8 +5,7 @@ Limitations The StackLight InfluxDB-Grafana plugin 1.1.0 has the following limitation: -* The size of an InfluxDB cluster the Fuel plugin can deploy is limited to - three nodes. Additionally, each node of the InfluxDB cluster is configured to - run under the *meta* node role and the *data* node role. Therefore, it is not - possible to separate the nodes participating in the Raft consensus cluster - from the nodes accessing the data replicas. +* InfluxDB isn't deployed in cluster mode because it is only supported by the + commercial version of InfluxDB. Instead it is deployed in standalone mode on + each node and only one instance receives the datapoints at a given time and + the other nodes will be used as failover in case the first node dies.