GabrielBrascher commented on a change in pull request #5148:
URL: https://github.com/apache/cloudstack/pull/5148#discussion_r658236208



##########
File path: 
engine/orchestration/src/main/java/org/apache/cloudstack/engine/cloud/entity/api/VMEntityManagerImpl.java
##########
@@ -253,6 +253,8 @@ public void deployVirtualMachine(String reservationId, 
VMEntityVO vmEntityVO, St
                     }
 
                     _itMgr.start(vm.getUuid(), params, plan, null);
+                }else{
+                    throw ex;

Review comment:
       @DaanHoogland @DK101010, I agree that my suggestion might be a bit too 
much info for this context.
   As long as we don't throw raw exceptions at the user's face I am good with 
it :slightly_smiling_face:.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to