DaanHoogland commented on code in PR #8300:
URL: https://github.com/apache/cloudstack/pull/8300#discussion_r1487487680
##########
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java:
##########
@@ -4785,7 +4794,8 @@ protected Answer execute(MigrateCommand cmd) {
}
return new MigrateAnswer(cmd, true, "migration succeeded", null);
- } catch (Throwable e) {
+ } catch (Exception e) {
+ s_logger.info(String.format("migrate command for %s failed due to
%s", vmName, e.getLocalizedMessage()));
Review Comment:
not yet )*&%&
--
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]