mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 15:00:07 +00:00
13 lines
216 B
JSON
13 lines
216 B
JSON
|
{
|
||
|
"node-name": "test1",
|
||
|
"read-only": false,
|
||
|
"driver": "bochs",
|
||
|
"file": {
|
||
|
"driver": "file",
|
||
|
"filename": "/path/to/i.img",
|
||
|
"node-name": "test2",
|
||
|
"read-only": false,
|
||
|
"discard": "unmap"
|
||
|
}
|
||
|
}
|