CLOUDSTACK-2434: Enable irq balance on system VM

This commit is contained in:
Abhinandan Prateek 2013-05-30 17:35:30 +05:30
parent fd79f6b602
commit 3000cb31af
2 changed files with 5 additions and 0 deletions

View File

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

View File

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