mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +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>
29 lines
445 B
JSON
29 lines
445 B
JSON
protocol:
|
|
{
|
|
"driver": "gluster",
|
|
"location": {
|
|
"volume": "asdf",
|
|
"path": "i.qcow2",
|
|
"server": [
|
|
{
|
|
"type": "inet",
|
|
"host": "example.com",
|
|
"port": "1234"
|
|
},
|
|
{
|
|
"type": "inet",
|
|
"host": "alternate.example.com",
|
|
"port": "3214"
|
|
}
|
|
]
|
|
},
|
|
"size": 4294967296
|
|
}
|
|
|
|
format:
|
|
{
|
|
"driver": "qcow2",
|
|
"file": "0123456789ABCDEF0123456789ABCDE",
|
|
"size": 8589934590
|
|
}
|