]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tuning for database disk on scorch
authorTom Hughes <tom@compton.nu>
Fri, 3 Aug 2018 16:17:54 +0000 (17:17 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 3 Aug 2018 16:17:54 +0000 (17:17 +0100)
roles/scorch.rb

index 60adc7ad7420fa827c2da9c3670c79269dc48e41..0cbd708ae810e44e146b56c6087c09d872e35f76 100644 (file)
@@ -16,17 +16,6 @@ default_attributes(
         "queue/nr_requests" => "256",
         "queue/read_ahead_kb" => "2048"
       }
-    },
-    :ssd_database => {
-      :comment => "Tune scheduler for database disk",
-      :type => "block",
-      :bus => "scsi",
-      :serial => "3600605b009bbf5601fd931c6dfac767f",
-      :attrs => {
-        "queue/scheduler" => "noop",
-        "queue/nr_requests" => "256",
-        "queue/read_ahead_kb" => "2048"
-      }
     }
   },
   :hardware => {