libvirt/tests/qemublocktestdata/xml2json/file-raw-luks.json

15 lines
249 B
JSON
Raw Normal View History

{
"node-name": "test1",
"read-only": false,
"driver": "luks",
"key-secret": "test1-encalias",
"file": "test2"
}
{
"driver": "file",
"filename": "/path/luks.img",
"node-name": "test2",
"auto-read-only": true,
"discard": "unmap"
}