Set to EQUAL and noprempt - let keppalived decide who is boss Also removed bump as we really do not need this
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f694a6ed Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f694a6ed Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f694a6ed Branch: refs/heads/feature/systemvm-persistent-config Commit: f694a6edc18bb4da92b1fc46256598a725e1dc37 Parents: bafaefd Author: Ian Southam <[email protected]> Authored: Wed Jan 28 15:19:48 2015 +0100 Committer: wilderrodrigues <[email protected]> Committed: Wed Feb 4 18:47:11 2015 +0100 ---------------------------------------------------------------------- .../patches/debian/config/opt/cloud/templates/keepalived.conf.templ | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f694a6ed/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ b/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ index e5bdc7c..957b913 100644 --- a/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ +++ b/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ @@ -35,6 +35,7 @@ vrrp_instance inside_network { interface eth0 virtual_router_id 51 priority [PRIORITY] + nopreempt advert_int 1 authentication {
