]> git.openstreetmap.org Git - chef.git/commitdiff
Don't try and tune nr_requests on jakelong
authorTom Hughes <tom@compton.nu>
Fri, 20 May 2016 12:56:05 +0000 (13:56 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 20 May 2016 12:56:05 +0000 (13:56 +0100)
roles/jakelong.rb

index 3e2f23903c251f085ff2ac61cae9ab99516542f0..1c3a3a415eb5fba40444de4585f206f7b522d366 100644 (file)
@@ -39,7 +39,6 @@ default_attributes(
     :hdd_tune => {
       :comment => "Tune the queue for improved performance",
       :parameters => {
-        "block/xvda/queue/nr_requests" => "128",
         "block/xvda/queue/scheduler" => "deadline"
       }
     }