1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-20 18:32:20 +00:00

14 lines
220 B
JSON
Raw Normal View History

{
"node-name": "test1",
"read-only": false,
"driver": "parallels",
"file": "test2"
}
{
"driver": "file",
"filename": "/path/to/i.img",
"node-name": "test2",
"auto-read-only": true,
"discard": "unmap"
}