From 62daabe6825518bb92526d3ff56f7f2d9510e7de Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 13 Jun 2019 10:44:51 +0300 Subject: [PATCH] MXS-2518 Document Clustrix and router_options With Clustrix, in whose case all nodes will be masters, using 'router_options=master' with readconnroute will cause only one node to be used. --- Documentation/Tutorials/MaxScale-Clustrix-Tutorial.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Tutorials/MaxScale-Clustrix-Tutorial.md b/Documentation/Tutorials/MaxScale-Clustrix-Tutorial.md index 1d412da68..d1145317c 100644 --- a/Documentation/Tutorials/MaxScale-Clustrix-Tutorial.md +++ b/Documentation/Tutorials/MaxScale-Clustrix-Tutorial.md @@ -102,6 +102,11 @@ dynamically. That is, when setup like this, the service will automatically adjust to any changes taking place in the Clustrix cluster. +**NOTE** There is no need to specify any `router_options`, but the +default `router_options=running` provides the desired behaviour. +In particular do **not** specify `router_options=master` as that will +cause only a _single_ node to be used. + ### Listener To complete the configuration, a listener must be specified.