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:51:19 UTC

git commit: updated refs/heads/master to 33280ad

Repository: cloudstack
Updated Branches:
  refs/heads/master 35b741a1c -> 33280ade2


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>
(cherry picked from commit a45f0e29e226b057beea1a18bb7a366880648ee6)
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/33280ade
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/33280ade
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/33280ade

Branch: refs/heads/master
Commit: 33280ade2e20f63bab8b913cf780853095048756
Parents: 35b741a
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:21:13 2015 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/33280ade/systemvm/patches/debian/buildsystemvm.sh
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/buildsystemvm.sh b/systemvm/patches/debian/buildsystemvm.sh
index e3fe2ae..0250eec 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