[PATCH v3 0/2] qemu-img: add support for rate limit in commit and convert

Zhengui li posted 2 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1603205264-17424-1-git-send-email-lizhengui@huawei.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
docs/tools/qemu-img.rst | 10 ++++++++--
qemu-img-cmds.hx        |  8 ++++----
qemu-img.c              | 38 +++++++++++++++++++++++++++++++++++---
3 files changed, 47 insertions(+), 9 deletions(-)
[PATCH v3 0/2] qemu-img: add support for rate limit in commit and convert
Posted by Zhengui li 3 years, 6 months ago
Currently, there is no rate limit for qemu-img commit and convert. This may
cause the task of qemu-img commit and convert to consume all the bandwidth
of the storage. This will affect the IO performance of other processes
and virtual machines under shared storage.

The following patches add support for rate limit in qemu-img commit and
convert to get better quality of sevice.

Zhengui Li (2):
  qemu-img: add support for rate limit in qemu-img commit
  qemu-img: add support for rate limit in qemu-img convert

 docs/tools/qemu-img.rst | 10 ++++++++--
 qemu-img-cmds.hx        |  8 ++++----
 qemu-img.c              | 38 +++++++++++++++++++++++++++++++++++---
 3 files changed, 47 insertions(+), 9 deletions(-)

-- 
2.6.4.windows.1


Re: [PATCH v3 0/2] qemu-img: add support for rate limit in commit and convert
Posted by Kevin Wolf 3 years, 6 months ago
Am 20.10.2020 um 16:47 hat Zhengui li geschrieben:
> Currently, there is no rate limit for qemu-img commit and convert. This may
> cause the task of qemu-img commit and convert to consume all the bandwidth
> of the storage. This will affect the IO performance of other processes
> and virtual machines under shared storage.
> 
> The following patches add support for rate limit in qemu-img commit and
> convert to get better quality of sevice.

Thanks, applied to the block branch.

Kevin


Re: [PATCH v3 0/2] qemu-img: add support for rate limit in commit and convert
Posted by Alberto Garcia 3 years, 6 months ago
On Tue 20 Oct 2020 04:47:42 PM CEST, Zhengui li wrote:
> Currently, there is no rate limit for qemu-img commit and convert. This may
> cause the task of qemu-img commit and convert to consume all the bandwidth
> of the storage. This will affect the IO performance of other processes
> and virtual machines under shared storage.
>
> The following patches add support for rate limit in qemu-img commit and
> convert to get better quality of sevice.
>
> Zhengui Li (2):
>   qemu-img: add support for rate limit in qemu-img commit
>   qemu-img: add support for rate limit in qemu-img convert

Reviewed-by: Alberto Garcia <berto@igalia.com>

Berto