qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 04/11] qemu-iotests/081: Avoid blockdev-add w


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 04/11] qemu-iotests/081: Avoid blockdev-add with id
Date: Tue, 20 Sep 2016 15:28:41 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

On 09/20/2016 08:03 AM, Kevin Wolf wrote:
> We want to remove the 'id' option for blockdev-add. This removes one
> user of the option and makes it use only node names.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  tests/qemu-iotests/081 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Eric Blake <address@hidden>

> diff --git a/tests/qemu-iotests/081 b/tests/qemu-iotests/081
> index d89fabc..0a809f3 100755
> --- a/tests/qemu-iotests/081
> +++ b/tests/qemu-iotests/081
> @@ -119,7 +119,7 @@ run_qemu <<EOF
>      "arguments": {
>          "options": {
>              "driver": "quorum",
> -            "id": "drive0-quorum",
> +            "node-name": "drive0-quorum",
>              "vote-threshold": 2,
>              "children": [
>                  {
> 

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