1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-05 13:17:51 +03:00
libvirt/tests/storagevolxml2xmlout/vol-file-iso.xml

10 lines
245 B
XML
Raw Normal View History

<volume type='file'>
<name>test.iso</name>
<capacity unit='bytes'>1048576</capacity>
<allocation unit='bytes'>1048576</allocation>
<target>
<path>/var/lib/libvirt/images/test.iso</path>
<format type='iso'/>
</target>
</volume>