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 10:02:15 UTC

git commit: updated refs/heads/4.5 to a80522a

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


systemvm: fix/improve irqbalance on multicore VR

Porting changes from PR: https://github.com/apache/cloudstack/pull/119
to new codebase used for systemvmtemplate generation.

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/a80522ac
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a80522ac
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a80522ac

Branch: refs/heads/4.5
Commit: a80522acf27a83654d862c344a489572d5c497f5
Parents: a45f0e2
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Mon Mar 23 14:23:46 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Mon Mar 23 14:23:46 2015 +0530

----------------------------------------------------------------------
 tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +-
 tools/appliance/definitions/systemvmtemplate/postinstall.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a80522ac/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 1a701ae..0b20448 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -49,7 +49,7 @@ install_packages() {
   # nfs client
   apt-get --no-install-recommends -q -y --force-yes install nfs-common
   # nfs irqbalance
-  apt-get --no-install-recommends -q -y --force-yes install irqbalance
+  apt-get --no-install-recommends -q -y --force-yes -t wheezy-backports install irqbalance
 
   # cifs client
   apt-get --no-install-recommends -q -y --force-yes install samba-common

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a80522ac/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index aa6a1c0..71afed3 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -49,7 +49,7 @@ install_packages() {
   # nfs client
   apt-get --no-install-recommends -q -y --force-yes install nfs-common
   # nfs irqbalance
-  apt-get --no-install-recommends -q -y --force-yes install irqbalance
+  apt-get --no-install-recommends -q -y --force-yes -t wheezy-backports install irqbalance
 
   # cifs client
   apt-get --no-install-recommends -q -y --force-yes install samba-common