Use failcount=1 in keepalived_masterdown
This speeds up the test and most possibly fixes it.
This commit is contained in:
@ -11,6 +11,7 @@ monitor_interval=1000
|
|||||||
detect_stale_master=false
|
detect_stale_master=false
|
||||||
detect_standalone_master=false
|
detect_standalone_master=false
|
||||||
auto_failover=true
|
auto_failover=true
|
||||||
|
failcount=1
|
||||||
|
|
||||||
[RW Split Router]
|
[RW Split Router]
|
||||||
type=service
|
type=service
|
||||||
|
@ -11,6 +11,7 @@ monitor_interval=1000
|
|||||||
detect_stale_master=false
|
detect_stale_master=false
|
||||||
detect_standalone_master=false
|
detect_standalone_master=false
|
||||||
auto_failover=true
|
auto_failover=true
|
||||||
|
failcount=1
|
||||||
|
|
||||||
[RW Split Router]
|
[RW Split Router]
|
||||||
type=service
|
type=service
|
||||||
|
Reference in New Issue
Block a user