From: Grant Slater Date: Wed, 12 Oct 2022 09:48:11 +0000 (+0100) Subject: Only set default_qdisc in base role to prevent yoyo X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9bb78787b17907354cc60ad73bd738560233c799 Only set default_qdisc in base role to prevent yoyo --- diff --git a/roles/base.rb b/roles/base.rb index 879a11a3d..2da7e4e24 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -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 => {