mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2434: Enable irq balance on system VM
This commit is contained in:
parent
fd79f6b602
commit
3000cb31af
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue