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>
This commit is contained in:
parent
a45f0e29e2
commit
a80522acf2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue