mirror of https://github.com/apache/cloudstack.git
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 <daan.hoogland@gmail.com> Co-authored-by: DK101010 <dirk.klahre@itelligence.de> Co-authored-by: dahn <daan.hoogland@gmail.com>
This commit is contained in:
parent
aa809727a8
commit
53963256d8
|
|
@ -253,6 +253,8 @@ public class VMEntityManagerImpl implements VMEntityManager {
|
|||
}
|
||||
|
||||
_itMgr.start(vm.getUuid(), params, plan, null);
|
||||
} else {
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue