mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-05 12:35:20 +00:00
13 lines
216 B
JSON
13 lines
216 B
JSON
|
{
|
||
|
"node-name": "test1",
|
||
|
"read-only": false,
|
||
|
"driver": "cloop",
|
||
|
"file": {
|
||
|
"driver": "file",
|
||
|
"filename": "/path/to/i.img",
|
||
|
"node-name": "test2",
|
||
|
"read-only": false,
|
||
|
"discard": "unmap"
|
||
|
}
|
||
|
}
|