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: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
ffec99f722
commit
26d5fa10ff
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user