rafaelweingartner commented on a change in pull request #2146: CLOUDSTACK-4757:
Support OVA files with multiple disks for templates
URL: https://github.com/apache/cloudstack/pull/2146#discussion_r158581993
##########
File path:
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
##########
@@ -4146,12 +4127,12 @@ protected Answer execute(AttachIsoCommand cmd) {
if (cmd.isAttach()) {
vmMo.mountToolsInstaller();
} else {
- try{
+ try {
if (!vmMo.unmountToolsInstaller()) {
return new Answer(cmd, false,
"Failed to unmount vmware-tools
installer ISO as the corresponding CDROM device is locked by VM. Please unmount
the CDROM device inside the VM and ret-try.");
}
- }catch(Throwable e){
+ } catch (Throwable e) {
Review comment:
This is the real Ash Ketchum here ;)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services