X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9cfac467d61744131c15f35ff779a99c731d211d..2bfb0ef07fb64314f5c4ded641a8c280df9c1d0b:/roles/necrosan.rb diff --git a/roles/necrosan.rb b/roles/necrosan.rb index 0acab52e5..311246469 100644 --- a/roles/necrosan.rb +++ b/roles/necrosan.rb @@ -27,6 +27,15 @@ default_attributes( :gateway => "2a05:46c0:100:1004::" } } + }, + :sysfs => { + :hdd_tune => { + :comment => "Tune the queue for improved performance", + :parameters => { + "block/sda/queue/nr_requests" => "975", + "block/sdb/queue/rotational" => "0" + } + } } )