mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +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>
20 lines
275 B
JSON
20 lines
275 B
JSON
protocol:
|
|
{
|
|
"driver": "ssh",
|
|
"location": {
|
|
"path": "asdf/i.qcow2",
|
|
"server": {
|
|
"host": "example.com",
|
|
"port": "1234"
|
|
}
|
|
},
|
|
"size": 4294967296
|
|
}
|
|
|
|
format:
|
|
{
|
|
"driver": "qcow2",
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
|
"size": 8589934590
|
|
}
|