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


##########
core/src/main/java/com/cloud/agent/api/storage/MigrateVolumeCommand.java:
##########
@@ -36,6 +36,7 @@ public class MigrateVolumeCommand extends Command {
     String attachedVmName;
     Volume.Type volumeType;
     String hostGuidInTargetCluster;
+    Long newIops;

Review Comment:
   VMware hypervisor does not allow specifying the IOPS for read and write 
operations. Instead, you can only specify the IOPS for the disk.
   
   
![image](https://user-images.githubusercontent.com/31869303/220373266-8b05c381-c2dd-4319-84c8-324da245bfc7.png)



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