X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a6bc4d6e40332aad2a026b54282efad7fa22acf3..fd3940fbe7c663007a8f835508b71ba62d2c5649:/roles/trogdor.rb diff --git a/roles/trogdor.rb b/roles/trogdor.rb index 5ba0b66c8..4c6c3f568 100644 --- a/roles/trogdor.rb +++ b/roles/trogdor.rb @@ -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" } } },