]> git.openstreetmap.org Git - chef.git/commitdiff
Only set default_qdisc in base role to prevent yoyo
authorGrant Slater <github@firefishy.com>
Wed, 12 Oct 2022 09:48:11 +0000 (10:48 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 12 Oct 2022 09:48:38 +0000 (10:48 +0100)
roles/base.rb

index 879a11a3d3c55a219c3e699c77928e2eb0945b26..2da7e4e243f9a920d07286a5b09803cea50cfb04 100644 (file)
@@ -74,10 +74,9 @@ default_attributes(
       }
     },
     :default_qdisc => {
-      :comment => "Use fq as the default queuing discipline and cubic for congestion control",
+      :comment => "Use fq as the default queuing discipline",
       :parameters => {
-        "net.core.default_qdisc" => "fq",
-        "net.ipv4.tcp_congestion_control" => "cubic"
+        "net.core.default_qdisc" => "fq"
       }
     },
     :tune_cpu_scheduler => {