No bump for now
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f2404635 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f2404635 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f2404635 Branch: refs/heads/feature/systemvm-persistent-config Commit: f240463543bfd815942a3eea2e9003a0f93a25d5 Parents: c174d77 Author: Ian Southam <[email protected]> Authored: Tue Jan 27 16:59:07 2015 +0100 Committer: wilderrodrigues <[email protected]> Committed: Mon Feb 16 16:08:38 2015 +0100 ---------------------------------------------------------------------- .../config/opt/cloud/templates/keepalived.conf.templ | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f2404635/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 ef27617..e5bdc7c 100644 --- a/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ +++ b/systemvm/patches/debian/config/opt/cloud/templates/keepalived.conf.templ @@ -19,11 +19,11 @@ global_defs { router_id [ROUTER_ID] } -vrrp_script check_bumpup { - script "[RROUTER_BIN_PATH]/check_bumpup.sh" - interval 5 - weight [DELTA] -} +!vrrp_script check_bumpup { + !script "[RROUTER_BIN_PATH]/check_bumpup.sh" + !interval 5 + !weight [DELTA] +!} vrrp_script heartbeat { script "[RROUTER_BIN_PATH]/heartbeat.sh" @@ -47,7 +47,7 @@ vrrp_instance inside_network { } track_script { - check_bumpup + !check_bumpup heartbeat }
