mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 17:18:01 +03:00
14 lines
249 B
JSON
14 lines
249 B
JSON
|
{
|
||
|
"node-name": "test1",
|
||
|
"read-only": false,
|
||
|
"driver": "luks",
|
||
|
"key-secret": "test1-encalias",
|
||
|
"file": {
|
||
|
"driver": "file",
|
||
|
"filename": "/path/luks.img",
|
||
|
"node-name": "test2",
|
||
|
"read-only": false,
|
||
|
"discard": "unmap"
|
||
|
}
|
||
|
}
|