From: Grant Slater Date: Sat, 8 Mar 2014 17:35:33 +0000 (+0000) Subject: yevaud: tine ssd readahead X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e68e81009822fa1b4c657a14a0287d85cbbcc53e yevaud: tine ssd readahead --- diff --git a/roles/yevaud.rb b/roles/yevaud.rb index a63a613ad..f290b23c4 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -40,7 +40,8 @@ default_attributes( :serial => "INTEL_SSDSA2CW600G3_CVPR111401HP600FGN", :attrs => { "queue/scheduler" => "noop", - "queue/nr_requests" => "512" + "queue/nr_requests" => "512", + "queue/read_ahead_kb" => "2048" } } },