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/04 17:45:51 UTC

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

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



##########
File path: server/src/main/java/com/cloud/resource/ResourceManagerImpl.java
##########
@@ -2436,6 +2436,9 @@ public HostVO fillRoutingHostVO(final HostVO host, final StartupRoutingCommand s
         host.setHypervisorType(hyType);
         host.setHypervisorVersion(ssCmd.getHypervisorVersion());
         host.setGpuGroups(ssCmd.getGpuGroupDetails());
+
+        s_logger.info(String.format("Filling %s with the following information retrieved from the agent {\"cpus\": %s, \"cpuSpeed\": %s, \"cpuSockets\": %s, "

Review comment:
       You are right. 
   
   Repeated logs were removed, thanks!




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