From 7e8d0b275c34630e48c10b1720aad55544b38104 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 7 Jan 2020 11:25:51 +0000 Subject: [PATCH] device: fix scaling governor tuning typo --- cookbooks/hardware/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2