I remembered I had done a thing like this before so I checked the config
file.
The only difference I found was the vrrp_sync_group section being
written slightly different: (see below)
vrrp_sync_group ACDDB_mysql_eins {
group { vip_mysql_eins }
}
This converted to
vrrp_sync_group ACDDB_mysql_eins {
group {
vip_mysql_eins
}
}
vrrp_sync_group ACDDB_mysql_zwei {
group { vip_mysql_zwei }
}
vrrp_sync_group ACDDB_mysql_zwei {
group {
vip_mysql_zwei
}
}
makes both IPs come up the way they should.
So this seems so be a parse error in keepalived. I believe I the first
syntax in a manpage.
Regards,
Dominik
|