mirror of https://github.com/apache/cloudstack.git
Add log
This commit is contained in:
parent
d13c92af06
commit
a0f9c5590f
|
|
@ -3774,7 +3774,10 @@ public class VmwareResource extends ServerResourceBase implements StoragePoolRes
|
|||
}
|
||||
}
|
||||
}
|
||||
return vmMo.getAnyExistingAvailableDiskController();
|
||||
DiskControllerMappingVO existingAvailableDiskController = vmMo.getAnyExistingAvailableDiskController();
|
||||
logger.debug("Falling back to existing disk controller [{}] for virtual machine [{}] as no matching controller was found based on the current bus name [{}].",
|
||||
existingAvailableDiskController, vmMo, currentBusName);
|
||||
return existingAvailableDiskController;
|
||||
}
|
||||
|
||||
return VmwareHelper.getControllerBasedOnDiskType(controllerInfo, vol);
|
||||
|
|
|
|||
Loading…
Reference in New Issue