Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions compute/src/main/java/org/zstack/compute/host/HostBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,8 @@ public void run(final FlowTrigger trigger, Map data) {
if (ordered != null) {
vmUuids = ordered;

logger.debug(String.format("%s ordered VMs for host maintenance, to keep the order, we will migrate VMs one by one",
ext.getClass()));
migrateQuantity = 1;
logger.debug(String.format("%s ordered VMs for host maintenance, migrate quantity: %d",
ext.getClass(), migrateQuantity));
}
}

Expand Down