From a45f0e29e226b057beea1a18bb7a366880648ee6 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Thu, 19 Mar 2015 11:19:03 +0100 Subject: [PATCH] systemvm: fix/improve irqbalance on multicore VR. This is a known issue in irqbalance 1.0.3 and was partially fixed in 1.0.4. Using the package 1.0.6 from wheezy backports helped on many VRs balancing the interrupts, but not on all. It seems only 1.0.7 fixes all issues regarding this, also see thread in user ML http://mail-archives.apache.org/mod_mbox/cloudstack-users/201503.mbox/%3C5508540E.4090302%40renemoser.net%3E This closes #119 Signed-off-by: Rohit Yadav --- systemvm/patches/debian/buildsystemvm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemvm/patches/debian/buildsystemvm.sh b/systemvm/patches/debian/buildsystemvm.sh index 7f6188a5fd9..4728ff121ce 100755 --- a/systemvm/patches/debian/buildsystemvm.sh +++ b/systemvm/patches/debian/buildsystemvm.sh @@ -379,6 +379,8 @@ packages() { chroot . apt-get --no-install-recommends -q -y --force-yes install keepalived conntrackd ipvsadm libnetfilter-conntrack3 libnl1 #ipcalc chroot . apt-get --no-install-recommends -q -y --force-yes install ipcalc + #irqbalance from wheezy-backports + chroot . apt-get --no-install-recommends -q -y --force-yes -t wheezy-backports install irqbalance echo "***** getting jre 7 *********" chroot . apt-get --no-install-recommends -q -y install openjdk-7-jre-headless