GutoVeronezi commented on pull request #4878:
URL: https://github.com/apache/cloudstack/pull/4878#issuecomment-890047878
> @DaanHoogland, I've tested with the latest changes and it works as
expected. I have only one suggestion, @GutoVeronezi, if you can add in
VirtualMachineManagerImpl::reConfigureVM to check for RuntimeException.
>
> ```
> else if (jobResult instanceof RuntimeException) {
> throw (RuntimeException)jobResult;
> }
> ```
> ...
@slavkap Nice catch, done! Thanks.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]