]> git.openstreetmap.org Git - chef.git/commitdiff
Switch default qdisc to fq
authorGrant Slater <git@firefishy.com>
Mon, 23 Dec 2019 16:52:43 +0000 (16:52 +0000)
committerGrant Slater <git@firefishy.com>
Mon, 23 Dec 2019 16:52:43 +0000 (16:52 +0000)
roles/base.rb

index f9cb68efc411a5cc6591f35f6bd91034df1680d0..cad8821f7cec7533730807d89497d14a2310461f 100644 (file)
@@ -69,9 +69,9 @@ default_attributes(
       }
     },
     :default_qdisc => {
       }
     },
     :default_qdisc => {
-      :comment => "Use pfifo_fast as the default queuing discipline",
+      :comment => "Use fq as the default queuing discipline",
       :parameters => {
       :parameters => {
-        "net.core.default_qdisc" => "pfifo_fast"
+        "net.core.default_qdisc" => "fq"
       }
     },
     :tune_cpu_scheduler => {
       }
     },
     :tune_cpu_scheduler => {