SadiJr commented on code in PR #7226:
URL: https://github.com/apache/cloudstack/pull/7226#discussion_r1113147517


##########
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java:
##########
@@ -5055,6 +5069,29 @@ private Answer execute(MigrateVolumeCommand cmd) {
                         volumePath = vmMo.getVmdkFileBaseName(disk);
                     }
             }
+            if (cmd.getNewIops() != null) {
+                String vmwareDocumentation = 
"https://kb.vmware.com/s/article/68164";;

Review Comment:
   Then the volume will not have any IOPS limitation.



-- 
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]

Reply via email to