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 17:14:46 UTC

git commit: updated refs/heads/4.4 to dd55207

Repository: cloudstack
Updated Branches:
  refs/heads/4.4 f9dce0bf2 -> dd55207c5


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

Branch: refs/heads/4.4
Commit: dd55207c5291c57b62395574174d40f03a2cd37e
Parents: f9dce0b
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 21:44:31 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/dd55207c/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index ae88e50..aa8c5fa 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -51,7 +51,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/dd55207c/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 2f070f2..7f72b33 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -51,7 +51,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