mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
5f3b4a3727
With -blockdev libvirt provides the string which is recorded as 'backing store' property of an image to qemu. Add testing for qemuBlockGetBackingStoreString which generates these strings as there's logic which determines which format to use. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
14 lines
216 B
JSON
14 lines
216 B
JSON
(
|
|
source only properties:
|
|
{
|
|
"driver": "nbd",
|
|
"server": {
|
|
"type": "inet",
|
|
"host": "host1.example.com",
|
|
"port": "10809"
|
|
}
|
|
}
|
|
backing store string:
|
|
nbd://host1.example.com:10809
|
|
)
|