From a80522acf27a83654d862c344a489572d5c497f5 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Mon, 23 Mar 2015 14:23:46 +0530 Subject: [PATCH] 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 --- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 1a701ae52cb..0b204482c5e 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -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 diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index aa6a1c0eb05..71afed3d56c 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -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