Updated Branches:
  refs/heads/master fd79f6b60 -> 3000cb31a

CLOUDSTACK-2434: Enable irq balance on system VM


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

Branch: refs/heads/master
Commit: 3000cb31af91437fae8ab64a05b1564730a6b80d
Parents: fd79f6b
Author: Abhinandan Prateek <[email protected]>
Authored: Thu May 30 17:35:30 2013 +0530
Committer: Abhinandan Prateek <[email protected]>
Committed: Thu May 30 17:35:30 2013 +0530

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/postinstall.sh    |    3 +++
 .../definitions/systemvmtemplate64/postinstall.sh  |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3000cb31/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh 
b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index f532f88..7c06796 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -42,6 +42,9 @@ install_packages() {
   apt-get --no-install-recommends -q -y --force-yes install dnsmasq 
dnsmasq-utils
   # 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
+
 
   # vpn stuff
   apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp 
ipsec-tools tdb-tools

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3000cb31/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh 
b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
index 3ccf3ce..35a4e4a 100644
--- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
@@ -42,6 +42,8 @@ install_packages() {
   apt-get --no-install-recommends -q -y --force-yes install dnsmasq 
dnsmasq-utils
   # 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
 
   # vpn stuff
   apt-get --no-install-recommends -q -y --force-yes install xl2tpd bcrelay ppp 
ipsec-tools tdb-tools

Reply via email to