libvirt/tests/qemublocktestdata/imagecreate/network-rbd-qcow2.json
Peter Krempa 5dc567f80a tests: qemublock: Use bigger numbers as dummy capacity/physical
Actually test that the full range is available.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2019-09-04 09:13:49 +02:00

27 lines
392 B
JSON

protocol:
{
"driver": "rbd",
"location": {
"pool": "asdf",
"image": "i.qcow2",
"server": [
{
"host": "example.com",
"port": "1234"
},
{
"host": "alternate.example.com",
"port": "4321"
}
]
},
"size": 4294967296
}
format:
{
"driver": "qcow2",
"file": "0123456789ABCDEF0123456789ABCDE",
"size": 8589934590
}