Open salfers opened 10 months ago
Just wondering, did you manage Limit IOPS when you use Local Storage (as Primary storage) on KVM Hypervisor? i try different QOS Type Hypervisor and Storage both doesn't work
Storage type: Local QoS type: Hypervisor or Storage Disk read rate (IOPS): 1000 (Hypervisor type QOS ) Disk write rate (IOPS): 1000 (Hypervisor type QOS ) Min IOPS: 1000 (Storage type QOS ) Max IOPS: 1000 (Storage type QOS ) Provisioning type: Thin
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
SUMMARY
The qemu documentation explains why this is important:
In libvirt this option is called
size_iops_sec
inside the<iotune>
section (ref).Other big clouds such as AWS also use this mechanism to fairly allocate IOPS.
STEPS TO REPRODUCE
Checking the CloudStack code shows that this option is currently not supported: https://github.com/apache/cloudstack/blob/1411da1a22bc6aa26634f3038475e3d5fbbcd6bb/plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java#L1173-L1207