From: Grant Slater Date: Tue, 7 Jan 2020 11:25:51 +0000 (+0000) Subject: device: fix scaling governor tuning typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/7e8d0b275c34630e48c10b1720aad55544b38104?hp=2b922e7ee506a1627d84e7c5de7a669ef13eccc6 device: fix scaling governor tuning typo --- diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 2619fd549..fdf843d63 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -38,7 +38,7 @@ elsif node[:kernel][:modules].include?("i6300esb") default[:hardware][:watchdog] = "none" end -if File.exist?("sys/devices/system/cpu/cpu0/cpufreq/scaling_governor") && +if File.exist?("/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor") && File.read("/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor").chomp == "ondemand" default[:sysfs][:cpufreq_ondemand][:comment] = "Tune the ondemand CPU frequency governor" default[:sysfs][:cpufreq_ondemand][:parameters][:"devices/system/cpu/cpufreq/ondemand/up_threshold"] = "25"