MXS-1491: Failover can be executed manually

Also, renamed config setting "failover" to "auto_failover". Removed
setting "switchover" as it is now always enabled.
This commit is contained in:
Esa Korhonen
2017-11-28 17:31:13 +02:00
parent 90f6d78a58
commit 508ce3a703
3 changed files with 166 additions and 59 deletions

View File

@ -1585,8 +1585,6 @@ struct subcommand alteroptions[] =
"backend_connect_attempts Number of re-connection attempts\n"
"journal_max_age Maximum age of server state journal\n"
"script_timeout Timeout in seconds for monitor scripts\n"
"failover Enable or disable failover\n"
"failover_timeout Failover timeout in seconds\n"
"\n"
"This will alter an existing parameter of a monitor. To remove parameters,\n"
"pass an empty value for a key e.g. 'maxadmin alter monitor my-monitor my-key='\n"