mirror of https://github.com/apache/cloudstack.git
Adding additional debug log to be able to identify HA case
This commit is contained in:
parent
a00433ff23
commit
4b80f9ba81
|
|
@ -257,6 +257,10 @@ public class DeploymentPlanningManagerImpl extends ManagerBase implements Deploy
|
|||
break;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (s_logger.isDebugEnabled()) {
|
||||
s_logger.debug("DeploymentPlanner is provided: " + planner);
|
||||
}
|
||||
}
|
||||
|
||||
int cpu_requested = offering.getCpu() * offering.getSpeed();
|
||||
|
|
|
|||
Loading…
Reference in New Issue