mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
tests: qemublocktestdata/imagecreate: Remove bogus 'name="vda"' attribute from <disk>
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
c8fe5614c4
commit
ab9beff6b8
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='raw'/>
|
||||
<source file='/var/lib/libvirt/images/i.img'>
|
||||
<privateData>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='raw'/>
|
||||
<source file='/var/lib/libvirt/images/i.img'>
|
||||
<privateData>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda' type='network'>
|
||||
<disk device='disk' type='network'>
|
||||
<driver type='qcow2'/>
|
||||
<source protocol='gluster' name='asdf/i.qcow2'>
|
||||
<host name='example.com' port='1234'/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda' type='network'>
|
||||
<disk device='disk' type='network'>
|
||||
<driver type='qcow2'/>
|
||||
<source protocol='rbd' name='asdf/i.qcow2'>
|
||||
<host name='example.com' port='1234'/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda' type='network'>
|
||||
<disk device='disk' type='network'>
|
||||
<driver type='qcow2'/>
|
||||
<source protocol='ssh' name='asdf/i.qcow2'>
|
||||
<host name='example.com' port='1234'/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/i.qcow2'>
|
||||
<privateData>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/i.qcow2'>
|
||||
<privateData>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/i.qcow2'>
|
||||
<slices>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='qcow2'/>
|
||||
<source file='/var/lib/libvirt/images/i.qcow2'>
|
||||
<privateData>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda' type='network'>
|
||||
<disk device='disk' type='network'>
|
||||
<driver type='raw'/>
|
||||
<source protocol='nbd'>
|
||||
<host name='example.com' port='1234'/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='raw'/>
|
||||
<source file='/var/lib/libvirt/images/i.img'>
|
||||
<slices>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<disk device='disk' name='vda'>
|
||||
<disk device='disk'>
|
||||
<driver type='raw'/>
|
||||
<source file='/var/lib/libvirt/images/i.img'>
|
||||
<privateData>
|
||||
|
Loading…
Reference in New Issue
Block a user