Add 'detect_standalone_master=true'
Only necessary for the two node case and not needed once the flag is on permanently.
This commit is contained in:
@ -9,6 +9,7 @@ user=maxskysql
|
||||
passwd= skysql
|
||||
monitor_interval=1000
|
||||
allow_cluster_recovery=true
|
||||
detect_standalone_master=true
|
||||
auto_failover=false
|
||||
replication_user=repl
|
||||
replication_password=repl
|
||||
|
@ -9,6 +9,7 @@ user=maxskysql
|
||||
passwd= skysql
|
||||
monitor_interval=1000
|
||||
allow_cluster_recovery=true
|
||||
detect_standalone_master=true
|
||||
auto_failover=false
|
||||
replication_user=repl
|
||||
replication_password=repl
|
||||
|
@ -9,6 +9,8 @@ user=maxskysql
|
||||
passwd= skysql
|
||||
monitor_interval=1000
|
||||
allow_cluster_recovery=true
|
||||
detect_standalone_master=true
|
||||
auto_failover=false
|
||||
replication_user=repl
|
||||
replication_password=repl
|
||||
backend_connect_timeout=1
|
||||
|
Reference in New Issue
Block a user