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


##########
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:
   @SadiJr 
   is there code block to remove the IOPS limitation (of old disk offering) ?



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