提交 26d5fa10 编写于 作者: K Kevin Wolf

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: NKevin Wolf <kwolf@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
上级 ffec99f7
...@@ -119,7 +119,7 @@ run_qemu <<EOF ...@@ -119,7 +119,7 @@ run_qemu <<EOF
"arguments": { "arguments": {
"options": { "options": {
"driver": "quorum", "driver": "quorum",
"id": "drive0-quorum", "node-name": "drive0-quorum",
"vote-threshold": 2, "vote-threshold": 2,
"children": [ "children": [
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册