mirror of https://github.com/apache/cloudstack.git
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>
(cherry picked from commit a80522acf2)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
f9dce0bf23
commit
dd55207c52
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue