mirror of https://github.com/apache/cloudstack.git
Added more logging to DirectAgentsLoad task
This commit is contained in:
parent
474d666f79
commit
16da7e07ac
|
|
@ -182,6 +182,7 @@ public class ClusteredAgentManagerImpl extends AgentManagerImpl implements Clust
|
|||
}
|
||||
}
|
||||
if (hosts != null && hosts.size() > 0) {
|
||||
s_logger.debug("Found " + hosts.size() + " unmanaged direct hosts, processing connect for them...");
|
||||
for (HostVO host : hosts) {
|
||||
try {
|
||||
AgentAttache agentattache = findAttache(host.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue