You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/06/10 03:42:54 UTC

[GitHub] [cloudstack] GabrielBrascher commented on a change in pull request #4958: Improve logs on agent start

GabrielBrascher commented on a change in pull request #4958:
URL: https://github.com/apache/cloudstack/pull/4958#discussion_r648826072



##########
File path: plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/utils/linux/KVMHostInfo.java
##########
@@ -42,6 +42,8 @@
     private long overCommitMemory;
     private List<String> capabilities = new ArrayList<>();
 
+    public static String cpuInfoMaxFreqFileName = "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq";

Review comment:
       It seems that this variable could be private.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org