]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
Install ipmitool on machines with the ipmi_si module loaded
[chef.git] / roles / poldi.rb
index 5f73b6239b07472e55c1663fed221d44bfc494c5..6a92cfc90818836f9b5b9f755533fabe1b470bbc 100644 (file)
@@ -31,6 +31,15 @@ default_attributes(
       }
     }
   },
+  :sysfs => {
+    :md_tune => {
+      :comment => "Tune the md sync performance so as not to kill system performance",
+      :parameters => {
+        "block/md0/md/sync_speed_min" => "100",
+        "block/md0/md/sync_speed_max" => "100000"
+      }
+    }
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {