GutoVeronezi commented on code in PR #6386:
URL: https://github.com/apache/cloudstack/pull/6386#discussion_r966183926
##########
vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java:
##########
@@ -243,6 +245,13 @@ public static VirtualDevice
prepareDiskDevice(VirtualMachineMO vmMo, VirtualDisk
disk.setKey(-contextNumber);
disk.setUnitNumber(deviceNumber);
+ if (maxIops != null && maxIops > 0) {
+ s_logger.debug(LogUtils.logGsonWithoutException("Adding [%s]
as the max IOPS of disk [%s].", maxIops, disk));
Review Comment:
```suggestion
s_logger.debug(LogUtils.logGsonWithoutException("Defining
[%s] as the max IOPS of disk [%s].", maxIops, disk));
```
--
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]