libvirt/tests/qemublocktestdata/xml2json/file-raw-aio_native.json

23 lines
353 B
JSON
Raw Normal View History

{
"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
}
}