From 5e0da37542b1ef7f139c0041598e7327936eb0a4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 11 Oct 2014 13:31:23 +0300 Subject: [PATCH] roles/common: Remove task which removes irqbalance Prevailing wisdom is actually that this *can* help virtual hosts, especially when the VM guest has multiple CPUs. See: http://wiki.xen.org/wiki/Network_Throughput_and_Performance_Guide Signed-off-by: Alan Orth --- roles/common/tasks/packages_Ubuntu.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/common/tasks/packages_Ubuntu.yml b/roles/common/tasks/packages_Ubuntu.yml index 9cda91a..18d3f1e 100644 --- a/roles/common/tasks/packages_Ubuntu.yml +++ b/roles/common/tasks/packages_Ubuntu.yml @@ -42,9 +42,6 @@ - command-not-found-data - python3-commandnotfound -- name: Remove irqbalance - apt: pkg=irqbalance state=absent purge=yes - - name: Configure cron-apt (config) copy: src=cron-apt/config dest=/etc/cron-apt/config mode=0644 owner=root group=root