Re: [libvirt] [PATCH 5/7] qemu: propagate iotune settings to all disks in the group

2020-01-28 Thread Daniel P . Berrangé
On Wed, Jan 08, 2020 at 09:49:29AM +0300, Nikolay Shirokovskiy wrote: > 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 di

[libvirt] [PATCH 5/7] qemu: propagate iotune settings to all disks in the group

2020-01-07 Thread Nikolay Shirokovskiy
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 --- src/qemu/qemu_dri