Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/1231#issuecomment-164163586 Thanks for the quick fix @wilderrodrigues. Bit explanation: redundant routers worked fine in our 4.7 cloud, then all of a sudden were broken. Root cause was due to `virtual_router_id` was set to vpc_id. When we got more than 255 it broke, as this `keepalived` setting can only be 0-255. This keeps the default in the template, which is in `keepalived.conf.templ`: ``` virtual_router_id 51 ``` Thanks @fborn for discovering the issue!
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---