mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 14:29:56 +00:00
9b804ef5ef
Add a set of test data to see whether the backing store strings are formatted reasonably. Note that we don't support direct creation of such images so those tests are not enabled. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
15 lines
431 B
XML
15 lines
431 B
XML
<disk device='disk' name='vda'>
|
|
<driver type='qcow2'/>
|
|
<source file='/var/lib/libvirt/images/i.qcow2'>
|
|
<slices>
|
|
<slice type='storage' offset='1234' size='5768'/>
|
|
</slices>
|
|
<privateData>
|
|
<nodenames>
|
|
<nodename type='storage' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
<nodename type='format' name='0123456789ABCDEF0123456789ABCDE'/>
|
|
</nodenames>
|
|
</privateData>
|
|
</source>
|
|
</disk>
|