mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 21:01:13 +00:00
84df50dc87
Use the same ordering of the relevant fields as we do for the format layer -blockdev so that later they can be refactored without test fallout. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
23 lines
353 B
JSON
23 lines
353 B
JSON
{
|
|
"node-name": "test1",
|
|
"read-only": false,
|
|
"cache": {
|
|
"direct": true,
|
|
"no-flush": false
|
|
},
|
|
"driver": "raw",
|
|
"file": "test2"
|
|
}
|
|
{
|
|
"driver": "file",
|
|
"filename": "/path/to/i.img",
|
|
"aio": "native",
|
|
"node-name": "test2",
|
|
"auto-read-only": true,
|
|
"discard": "unmap",
|
|
"cache": {
|
|
"direct": true,
|
|
"no-flush": false
|
|
}
|
|
}
|