From fd3940fbe7c663007a8f835508b71ba62d2c5649 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 16 Jul 2014 17:52:01 +0100 Subject: [PATCH] md: sync_speed_min at minimum, sync_speed_max to reasonable level --- roles/gorynych.rb | 4 ++-- roles/poldi.rb | 2 +- roles/ridgeback.rb | 8 ++++---- roles/trogdor.rb | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) 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" } } }, -- 2.39.5