qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V8 4/5] block: Add support for throttling burst


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH V8 4/5] block: Add support for throttling burst max in QMP and the command line.
Date: Fri, 30 Aug 2013 14:21:40 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 08/30/2013 08:36 AM, Benoît Canet wrote:
> The max parameter of the leaky bucket throttling algorithm can be used to
> allow the guest to do bursts.
> The max value is a pool of I/O that the guest can use without being throttled
> at all. Throttling is triggered once this pool is empty.
> 
> Signed-off-by: Benoit Canet <address@hidden>
> ---

> @@ -1404,10 +1404,16 @@ Arguments:
>  - "device": device name (json-string)
>  - "bps":  total throughput limit in bytes per second(json-int)
>  - "bps_rd":  read throughput limit in bytes per second(json-int)
> -- "bps_wr":  read throughput limit in bytes per second(json-int)
> +- "bps_wr":  write throughput limit in bytes per second (json-int)

It's odd that you are fixing one pre-existing case of missing space, but
not all of them.  Should we split the cleanups into a separate patch?  I
already started some cleanups[1], but could respin my patch to cover
more, if desired.

> @@ -1417,7 +1423,13 @@ Example:
>                                                 "bps_wr": "0",
>                                                 "iops": "0",
>                                                 "iops_rd": "0",
> -                                               "iops_wr": "0" } }
> +                                               "iops_wr": "0",

Depending on whether my patch[1] goes in first, fix this to use '0'
instead of '"0"'.

[1] still waiting for it to hit
https://lists.gnu.org/archive/html/qemu-devel/2013-08/threads.html, but
message id <address@hidden> [PATCH]
qmp: fix integer usage in examples

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]