911faf2623
The nopreempt option from keepalived didn't work as expected because the role of the MASTER amphora was set in the configuration file [0]. Removing the default roles fixes this issue. Now the newly created amphora after a failover doesn't preempt the MASTER role from the other amphora. [0] https://github.com/acassen/keepalived/blob/master/doc/man/man5/\ keepalived.conf.5.in#L2011-L2017 Story 2010595 Task 47457 Change-Id: Icac1764e818b9a600bc939cc5883c64f5adaed36
9 lines
362 B
YAML
9 lines
362 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug with the `nopreempt` option in keepalived. The option didn't
|
|
work properly because the default role of the `MASTER` amphora was set.
|
|
Removing the default roles from the configuration files fixed that issue.
|
|
Now after a failover, the newly created amphora doesn't preempt the
|
|
`MASTER` role from the other amphora.
|