Commit 26d5fa10 authored by Kevin Wolf's avatar Kevin Wolf
Browse files

qemu-iotests/081: Avoid blockdev-add with id



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: default avatarKevin Wolf <kwolf@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
parent ffec99f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ run_qemu <<EOF
    "arguments": {
        "options": {
            "driver": "quorum",
            "id": "drive0-quorum",
            "node-name": "drive0-quorum",
            "vote-threshold": 2,
            "children": [
                {