BryanMLima commented on code in PR #7226: URL: https://github.com/apache/cloudstack/pull/7226#discussion_r1729264819
########## 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: @JoaoJandre @weizhouapache, I verified this situation and the IOPS was not updated. I spoke with @SadiJr, and apparently, ACS utilized -1 for offerings with no limitations, but it is not the case anymore. The last commit address this situation. -- 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