qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Ne


From: Eric Blake
Subject: Re: [Qemu-devel] [Bug 1677492] [NEW] block_set_io_throttle complaints Need exactly one of 'device' and 'id'
Date: Thu, 30 Mar 2017 09:12:27 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 03/30/2017 02:14 AM, dE wrote:
> Public bug reported:
> 
> All of sudden, after a qemu update, block_set_io_throttle does not work
> anymore.
> 
> Full command to QEMU monitor --
> 
> (qemu) block_set_io_throttle db 0 0 0 0 0 0
> Need exactly one of 'device' and 'id'
> 
> The help text still point to the same old syntax, which no longer works.

Broken in 2.8, fixed here (will be in 2.9):

commit 3f35c3b166c18043596768448e5d91b5d52f8353
Author: Eric Blake <address@hidden>
Date:   Fri Jan 20 17:03:59 2017 -0600

    hmp: fix block_set_io_throttle

    Commit 7a9877a made the 'device' parameter to BlockIOThrottle
    optional, favoring 'id' instead.  But it forgot to update the
    HMP usage to set has_device, which makes all attempts to change
    throttling via HMP fail with "Need exactly one of 'device' and 'id'"

    CC: address@hidden
    Signed-off-by: Eric Blake <address@hidden>
    Message-Id: <address@hidden>
    Reviewed-by: Stefan Hajnoczi <address@hidden>
    Signed-off-by: Dr. David Alan Gilbert <address@hidden>

-- 
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]