
5 Sep
2019
5 Sep
'19
2:31 p.m.
On Thu, Sep 05, 2019 at 04:20:06PM +0200, Peter Krempa wrote:
With blockdev we must issue the block_set_io_throttle QMP command to setup disk throttling as we currently can't do it with the 'throttle' layer.
Unfortunately there's nothing we can do if it fails.
Sigh,
https://bugzilla.redhat.com/show_bug.cgi?id=1733163
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/qemu/qemu_hotplug.c | 18 +++++++++++++++++- src/qemu/qemu_process.c | 1 + 2 files changed, 18 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano