Re: [PATCH] qemu-img: add support for rate limit in qemu-img commit

2020-10-19 Thread Alberto Garcia
On Sun 18 Oct 2020 08:33:59 AM CEST, Zhengui li wrote: Hello, > diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx > index b89c019..ed55b76 100644 > --- a/qemu-img-cmds.hx > +++ b/qemu-img-cmds.hx > @@ -34,9 +34,9 @@ SRST > ERST > > DEF("commit", img_commit, > -"commit [--object objectdef]

[PATCH] qemu-img: add support for rate limit in qemu-img commit

2020-10-17 Thread Zhengui li
From: Zhengui Currently, there is no rate limit for qemu-img commit. This may cause the task of qemu-img commit to consume all the bandwidth of the storage. This will affect the IO performance of other processes and virtual machines under shared storage. So we add support for offline rate limit i