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:
DK101010 2021-06-27 03:10:30 +02:00 committed by GitHub
parent aa809727a8
commit 53963256d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,8 @@ public class VMEntityManagerImpl implements VMEntityManager {
}
_itMgr.start(vm.getUuid(), params, plan, null);
} else {
throw ex;
}
}
} else {