Quentin Armitage
Quentin Armitage
@dzove855 You mill need to explain what is happening on your system that us causing keepalived to be delayed in being scheduled by the kernel. As explained above, this is...
Closing due to no response for 3 months.
@b-mc Using `vrrp_rt_priority` will be even more effective than using `vrrp_priority`.
@zouyonghao This is a very interesting point, and I think one worthy of discussion. First of all, what is the likelihood of malloc() failing, and what does, or doesn't, it...
Commit 890fc61 adds a new configuration option `--enable-malloc-check` which will cause the returned value of malloc, realloc, strdup and strndup to be checked for NULL (keepalived doesn't use calloc). It...
From what you have written, it appears that after the security update has been installed, the system wants to run the new package rather than the old one (which is...
The key messages here (for INTERNAL_HA) are: ``` Aug 09 15:15:53 node-12-240 Keepalived_vrrp[1108437]: (INTERNAL_HA) Entering BACKUP STATE Aug 09 15:15:57 node-12-240 Keepalived_vrrp[1108437]: (INTERNAL_HA) Receive advertisement timeout Aug 09 15:15:57 node-12-240...
`systemctl restart network` could easily behave very differently from a network cable being plugged in; there is a difference between restarting the network configuration and an interface physically coming up....
It's always fun diagnosing network issues when you have no idea of what the network is like! My recollection is that the right way on Cisco to configure interfaces that...
@ChrLau Probably the best way to query the status currently is to use SNMP. For example, executing: ``` export MIBS="+KEEPALIVED-MIB" snmpwalk -v2c -c public localhost KEEPALIVED-MIB::vrrpInstanceState.1 ``` will produce output:...