This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new e5c29c3 Update log output for FirstFitPlanner (#4515)
e5c29c3 is described below
commit e5c29c392e5fa00653c7b7a1ea8d3fbd6b8b974f
Author: Andrija Panic <[email protected]>
AuthorDate: Mon Dec 7 11:50:20 2020 +0100
Update log output for FirstFitPlanner (#4515)
---
server/src/main/java/com/cloud/deploy/FirstFitPlanner.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/main/java/com/cloud/deploy/FirstFitPlanner.java
b/server/src/main/java/com/cloud/deploy/FirstFitPlanner.java
index b6f4c7d..a93da71 100644
--- a/server/src/main/java/com/cloud/deploy/FirstFitPlanner.java
+++ b/server/src/main/java/com/cloud/deploy/FirstFitPlanner.java
@@ -521,7 +521,7 @@ public class FirstFitPlanner extends AdapterBase implements
DeploymentClusterPla
//we need pods having enough cpu AND RAM to host this particular VM
and order them by aggregate pod capacity
if (s_logger.isDebugEnabled()) {
- s_logger.debug("Listing pods in order of aggregate capacity, that
have (atleast one host with) enough CPU and RAM capacity under this Zone: " +
zoneId);
+ s_logger.debug("Listing pods in order of aggregate capacity, that
have (at least one host with) enough CPU and RAM capacity under this Zone: " +
zoneId);
}
String capacityTypeToOrder =
configDao.getValue(Config.HostCapacityTypeToOrderClusters.key());
short capacityType = Capacity.CAPACITY_TYPE_CPU;