mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
22 lines
363 B
JSON
22 lines
363 B
JSON
|
{
|
||
|
"node-name": "test1",
|
||
|
"read-only": false,
|
||
|
"cache": {
|
||
|
"direct": true,
|
||
|
"no-flush": false
|
||
|
},
|
||
|
"driver": "raw",
|
||
|
"file": {
|
||
|
"driver": "file",
|
||
|
"filename": "/path/to/i.img",
|
||
|
"aio": "native",
|
||
|
"node-name": "test2",
|
||
|
"cache": {
|
||
|
"direct": true,
|
||
|
"no-flush": false
|
||
|
},
|
||
|
"read-only": false,
|
||
|
"discard": "unmap"
|
||
|
}
|
||
|
}
|