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 2022/08/29 12:09:24 UTC

[GitHub] [cloudstack] s-seitz commented on issue #6680: Agent unable to retrieve CPU Speed of host after upgrading to 4.17.0.1

s-seitz commented on issue #6680:
URL: https://github.com/apache/cloudstack/issues/6680#issuecomment-1230199030

   cpu speed is first gathered via a tiny script, before looking for ```base_frequency```.
   
   Just make sure, ```lscpu | grep -i 'Model name' | head -n 1 | egrep -o '[[:digit:]].[[:digit:]]+GHz' | sed 's/GHz//g'``` works on your kvm-nodes.
   Most likely, you forgot to install lscpu?
   


-- 
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: commits-unsubscribe@cloudstack.apache.org

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