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 <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-03-23 14:23:46 +05:30
parent a45f0e29e2
commit a80522acf2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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