From 0a712017a89c883d454363bf3e2259b97a9b84d2 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 11 Nov 2016 11:31:55 +0200 Subject: [PATCH] Add dynamic server configuration to release notes The release notes list the new commands and point to `maxadmin help ` for more details. --- .../MaxScale-2.1.0-Release-Notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/Release-Notes/MaxScale-2.1.0-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.1.0-Release-Notes.md index d5617474f..907b549bf 100644 --- a/Documentation/Release-Notes/MaxScale-2.1.0-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.1.0-Release-Notes.md @@ -87,6 +87,23 @@ removed if they are no longer used by older versions of MaxScale. ## New Features +### Dynamic server configuration + +MaxScale can now change the servers of a service or a monitor at run-time. New +servers can also be created and they will persisted even after a restart. The +following new commands were added to maxadmin, see output of `maxadmin help +` for more details. + +- `create server`: Creates a new server +- `destroy server`: Destroys a created server +- `add server`: Adds a server to a service or a monitor +- `remove server`: Removes a server from a service or a monitor +- `alter server`: Alter server configuration +- `alter monitor`: Alter monitor configuration + +With these new features, you can start MaxScale without the servers and define +them later. + ### Amazon RDS Aurora monitor The new [Aurora Monitor](../Monitors/Aurora-Monitor.md) module allows monitoring