mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
5dc567f80a
Actually test that the full range is available. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
15 lines
261 B
JSON
15 lines
261 B
JSON
protocol:
|
|
{
|
|
"driver": "file",
|
|
"filename": "/var/lib/libvirt/images/i.img",
|
|
"size": 4294967296
|
|
}
|
|
|
|
format:
|
|
{
|
|
"key-secret": "0123456789ABCDEF0123456789ABCDE-encalias",
|
|
"driver": "luks",
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
|
"size": 8589934590
|
|
}
|