From e74fbe00381cf087630a62f61129b6a5d9d22e8d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 27 Jul 2022 14:55:43 +0300 Subject: [PATCH] necrosan: tweak raid queue settings --- roles/necrosan.rb | 9 +++++++++ 1 file changed, 9 insertions(+) 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" + } + } } ) -- 2.39.5