shwstppr commented on issue #6680: URL: https://github.com/apache/cloudstack/issues/6680#issuecomment-1231620757
@Hudratronium I checked the diff between 4.16.1 and 4.17.0 again and it seems the 2nd method(finding CPU frequency from file) used has changed. Earlier code used to check file `/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq` but now it checks `/sys/devices/system/cpu/cpu0/cpufreq/base_frequency`. Maybe that caused the difference for you. Can you check if `/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq` is present on your host and if has the desired value? As you mentioned setting option in agent.conf fixes it for you, maybe we can update the documentation? cc @nvazquez -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
