]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/templates/default/irqbalance.erb
Install irqbalance + set policy hint ignore on 12.10 and above.
[chef.git] / cookbooks / hardware / templates / default / irqbalance.erb
diff --git a/cookbooks/hardware/templates/default/irqbalance.erb b/cookbooks/hardware/templates/default/irqbalance.erb
new file mode 100644 (file)
index 0000000..38839f6
--- /dev/null
@@ -0,0 +1,11 @@
+# DO NOT EDIT - This file is being maintained by Chef
+#Configuration for the irqbalance daemon
+
+#Should irqbalance be enabled?
+ENABLED="1"
+#Balance the IRQs only once?
+ONESHOT="0"
+
+#irqbalance maintainer recommends ignore hint policy
+#http://sourceforge.net/p/e1000/bugs/394/?page=1
+OPTIONS="--hintpolicy=ignore"