From: Grant Slater Date: Wed, 16 Jul 2014 16:52:01 +0000 (+0100) Subject: md: sync_speed_min at minimum, sync_speed_max to reasonable level X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fd3940fbe7c663007a8f835508b71ba62d2c5649 md: sync_speed_min at minimum, sync_speed_max to reasonable level --- diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 0b035b182..13b246a63 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -18,8 +18,8 @@ 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/md0/md/sync_speed_min" => "1", + "block/md0/md/sync_speed_max" => "100000" } } }, diff --git a/roles/poldi.rb b/roles/poldi.rb index 73fb31c05..4ad926449 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -32,7 +32,7 @@ default_attributes( :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_min" => "1", "block/md0/md/sync_speed_max" => "100000" } } diff --git a/roles/ridgeback.rb b/roles/ridgeback.rb index 73d32f9d1..28dd20c57 100644 --- a/roles/ridgeback.rb +++ b/roles/ridgeback.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" } } }, 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" } } },