You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/23 09:50:59 UTC

git commit: updated refs/heads/4.5 to a45f0e2

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 53ca0b186 -> a45f0e29e


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 <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a45f0e29
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a45f0e29
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a45f0e29

Branch: refs/heads/4.5
Commit: a45f0e29e226b057beea1a18bb7a366880648ee6
Parents: 53ca0b1
Author: Rene Moser <re...@swisstxt.ch>
Authored: Thu Mar 19 11:19:03 2015 +0100
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Mar 23 14:18:49 2015 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/buildsystemvm.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a45f0e29/systemvm/patches/debian/buildsystemvm.sh
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/buildsystemvm.sh b/systemvm/patches/debian/buildsystemvm.sh
index 7f6188a..4728ff1 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