mirror of https://gitee.com/openkylin/libvirt.git
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",
|
|
"cache": {
|
|
"direct": true,
|
|
"no-flush": false
|
|
},
|
|
"auto-read-only": true,
|
|
"discard": "unmap"
|
|
}
|