From f9eef8f44c3c6fd53fe5419987b64c73534e2eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 17 Jun 2019 11:24:41 +0300 Subject: [PATCH] Fix configuration guide documentation Fixed limitations section, the heading depths and the document name, corrected localhost_match_wildcard_host, added deprecation notes where required. --- Documentation/Getting-Started/Configuration-Guide.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index e8a535eb3..8fb6fac7e 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -1252,6 +1252,8 @@ _5.5.5-MaxScale-Service_ being sent to the client. ### `weightby` **Note:** This parameter has been deprecated in MaxScale 2.3.2. +[A rank mechanism](https://github.com/mariadb-corporation/MaxScale/blob/develop/Documentation/Getting-Started/Configuration-Guide.md#rank) +will be added in MaxScale 2.4 to allow better control over server usage. The weightby parameter is used in conjunction with server parameters in order to control the load balancing applied in the router in use by the service. This @@ -1985,9 +1987,6 @@ password=61DD955512C39A4A8BC4BB1E5F116705 Read the following documents for different methods of altering the MaxScale configuration at runtime. -* MaxAdmin - * [Runtime Configuration Changes](../Reference/MaxAdmin.md#runtime-configuration-changes) - * MaxCtrl * [`create`](../Reference/MaxCtrl.md#create) * [`destroy`](../Reference/MaxCtrl.md#destroy) @@ -1997,6 +1996,9 @@ configuration at runtime. * [REST API](../REST-API/API.md) documentation +* MaxAdmin (deprecated) + * [Runtime Configuration Changes](../Reference/MaxAdmin.md#runtime-configuration-changes) + All changes to the configuration are persisted as individual configuration files in `/var/lib/maxscale/maxscale.cnf.d/`. These files are applied after the main configuration file and all auxiliary configurations have been loaded. This means