Skip to content

Commit 1bdb771

Browse files
Update engine/schema/src/main/java/com/cloud/capacity/dao/CapacityDaoImpl.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent e35c299 commit 1bdb771

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/schema/src/main/java/com/cloud/capacity/dao/CapacityDaoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ public Pair<List<Long>, Map<Long, Double>> orderClustersByAggregateCapacity(long
10061006
}
10071007

10081008
if (isVr && allowRoutersOnDedicatedResources) {
1009-
sql.append(ORDER_CLUSTERS_BY_AGGREGATE_CAPACITY_INCLUDE_DEDICATED_JOIN_1.replace("ownerId", ownerId.toString()));
1009+
sql.append(ORDER_CLUSTERS_BY_AGGREGATE_CAPACITY_INCLUDE_DEDICATED_JOIN_CLAUSE.replace("ownerId", ownerId.toString()));
10101010
} else {
10111011
sql.append(ORDER_CLUSTERS_BY_AGGREGATE_CAPACITY_JOIN_1);
10121012
}

0 commit comments

Comments
 (0)