0-complexity / openvcloud

OpenvCloud
Other
2 stars 4 forks source link

VM (Group) VDISK throttling in a VDC. #1861

Open wvandebroeck opened 5 years ago

wvandebroeck commented 5 years ago

Group throttling is required to set QOS on a vm with multiple disks or an application that uses multiple VM's .

https://blogs.igalia.com/berto/2015/08/14/io-limits-for-disk-groups-in-qemu-2-4/

-drive if=virtio,file=hd1.qcow2,throttling.iops-total=6000,throttling.group=foo -drive if=virtio,file=hd2.qcow2,throttling.iops-total=6000,throttling.group=foo

FastGeert commented 5 years ago

Be able to apply group throtteling on vm level.