]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tuning of vda scheduler of nepomuk
authorTom Hughes <tom@compton.nu>
Thu, 28 Jun 2018 17:14:29 +0000 (18:14 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 28 Jun 2018 17:14:29 +0000 (18:14 +0100)
roles/nepomuk.rb

index 8c2f3f4a32f4a53f18315386f536bde8cc25683a..8683ecbe551965b76ad8136727b096cf62957f40 100644 (file)
@@ -53,8 +53,7 @@ default_attributes(
     :hdd_tune => {
       :comment => "Tune the queue for improved performance",
       :parameters => {
-        "block/vda/queue/nr_requests" => "128",
-        "block/vda/queue/scheduler" => "deadline"
+        "block/vda/queue/nr_requests" => "128"
       }
     }
   },