]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: propagate iotune settings to all disks in the group
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Wed, 8 Jan 2020 06:49:29 +0000 (09:49 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Jan 2020 10:46:47 +0000 (11:46 +0100)
commite7efffe6cb32ce6cae96d26a6ef3674cc76fa716
tree845dc4d9ab996374bfe41d0ab19601922bcf3b1e
parenteb4455daab224c0c278c5c0b291953568376af6e
qemu: propagate iotune settings to all disks in the group

Currently upon successfull call to qemu's implementation of
virDomainSetBlockIoTune iotune settings are changed only for the
disk given in API if the disk is in iotune group while we need
to change the settings for all disks in the group.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c