Github user wilderrodrigues commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/587#discussion_r34586102
--- Diff: systemvm/patches/debian/buildsystemvm.sh ---
@@ -375,8 +375,10 @@ packages() {
chroot . apt-get --no-install-recommends -q -y --force-yes install
open-vm-tools
#xenstore utils
chroot . apt-get --no-install-recommends -q -y --force-yes install
xenstore-utils libxenstore3.0
- #keepalived and conntrackd
- chroot . apt-get --no-install-recommends -q -y --force-yes install
keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1
+ #keepalived - install version 1.2.13 from wheezy backports
+ chroot . apt-get --no-install-recommends -q -y --force-yes -t
wheezy-backports install keepalived
--- End diff --
That's a good point, @bhaisaab . I blindly trusted the script and did not
check the version before. I just created a rVPC and checked the router to
confirm that the version was not updated. I will fix that one, test and push to
the PR.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---