]> git.openstreetmap.org Git - chef.git/blobdiff - roles/trogdor.rb
md: sync_speed_min at minimum, sync_speed_max to reasonable level
[chef.git] / roles / trogdor.rb
index 5ba0b66c8457468004bd700dafee0be2fe1069dd..4c6c3f56869e41ddb84ab1b3f7dd25b3c5572bf5 100644 (file)
@@ -18,10 +18,10 @@ default_attributes(
     :md_tune => {
       :comment => "Tune the md sync performance so as not to kill system performance",
       :parameters => {
-        "block/md0/md/sync_speed_min" => "10",
-        "block/md0/md/sync_speed_max" => "10000",
-        "block/md1/md/sync_speed_min" => "10",
-        "block/md1/md/sync_speed_max" => "10000"
+        "block/md0/md/sync_speed_min" => "1",
+        "block/md0/md/sync_speed_max" => "100000",
+        "block/md1/md/sync_speed_min" => "1",
+        "block/md1/md/sync_speed_max" => "100000"
       }
     }
   },