Description
ISSUE TYPE
- Improvement Request
COMPONENT NAME
KVM hypervisor
CLOUDSTACK VERSION
4.18 or latest
SUMMARY
The qemu documentation explains why this is important:
When applying IOPS limits all I/O operations are treated equally
regardless of their size. This means that the user can take advantage
of this in order to circumvent the limits and submit one huge I/O
request instead of several smaller ones.QEMU provides a setting called throttling.iops-size to prevent this
from happening. This setting specifies the size (in bytes) of an I/O
request for accounting purposes. Larger requests will be counted
proportionally to this size.
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:
Metadata
Metadata
Assignees
Type
Projects
Status