mirror of https://github.com/apache/cloudstack.git
bug 10972: Improve logging - put in the hostid and hostname on which the vm launches.
status 10972: resolved fixed
This commit is contained in:
parent
01044c5b2d
commit
4b6d072490
|
|
@ -502,7 +502,7 @@ public class FirstFitPlanner extends PlannerBase implements DeploymentPlanner {
|
|||
}
|
||||
}
|
||||
if(hostCanAccessPool){
|
||||
s_logger.debug("Found a potential host and associated storage pools for this VM");
|
||||
s_logger.debug("Found a potential host " + "id: "+potentialHost.getId() + " name: " +potentialHost.getName()+ " and associated storage pools for this VM");
|
||||
return new Pair<Host, Map<Volume, StoragePool>>(potentialHost, storage);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue