Skip to content

Commit 5396325

Browse files
DK101010DK101010DaanHoogland
authored
server: Bug/false positive success message vm start (#5148)
* add throws statement during the retry process * Update engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VMEntityManagerImpl.java Co-authored-by: dahn <[email protected]> Co-authored-by: DK101010 <[email protected]> Co-authored-by: dahn <[email protected]>
1 parent aa80972 commit 5396325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VMEntityManagerImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,8 @@ public void deployVirtualMachine(String reservationId, VMEntityVO vmEntityVO, St
253253
}
254254

255255
_itMgr.start(vm.getUuid(), params, plan, null);
256+
} else {
257+
throw ex;
256258
}
257259
}
258260
} else {

0 commit comments

Comments
 (0)