mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
b6545bcec1
Gluster will be deprecated in the upcoming qemu version thus we need to replace the network protocol by something which will stay supported so that we can keep the tests around. Convert all cases referencing 'gluster' to 'nbd'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
42 lines
701 B
JSON
42 lines
701 B
JSON
(
|
|
source only properties:
|
|
{
|
|
"driver": "file",
|
|
"filename": "/var/lib/libvirt/images/a"
|
|
}
|
|
backing store string:
|
|
/var/lib/libvirt/images/a
|
|
)
|
|
(
|
|
source only properties:
|
|
{
|
|
"driver": "file",
|
|
"filename": "/var/lib/libvirt/images/b"
|
|
}
|
|
backing store string:
|
|
/var/lib/libvirt/images/b
|
|
)
|
|
(
|
|
source only properties:
|
|
{
|
|
"driver": "nbd",
|
|
"server": {
|
|
"type": "inet",
|
|
"host": "test.org",
|
|
"port": "10809"
|
|
},
|
|
"export": "images/c"
|
|
}
|
|
backing store string:
|
|
nbd://test.org:10809/images/c
|
|
)
|
|
(
|
|
source only properties:
|
|
{
|
|
"driver": "file",
|
|
"filename": "/var/lib/libvirt/images/d"
|
|
}
|
|
backing store string:
|
|
/var/lib/libvirt/images/d
|
|
)
|