SadiJr commented on code in PR #7226: URL: https://github.com/apache/cloudstack/pull/7226#discussion_r1424400477
########## 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: I'm not sure I understand your question, but if you want to remove IOP throttling from a volume that uses an old disk offering, simply change the volume's disk offering to one without IOP throttling. Please tell me if I misunderstood your question. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org