mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
23 lines
428 B
XML
23 lines
428 B
XML
<volume>
|
|
<name>new1.img</name>
|
|
<capacity>1000000</capacity>
|
|
<allocation>1000000</allocation>
|
|
<target>
|
|
<format type="qcow2"/>
|
|
<features>
|
|
<lazy_refcounts/>
|
|
</features>
|
|
</target>
|
|
</volume>
|
|
<volume>
|
|
<name>new2.img</name>
|
|
<capacity>1000000</capacity>
|
|
<allocation>1000000</allocation>
|
|
<target>
|
|
<format type="qcow2"/>
|
|
<features>
|
|
<lazy_refcounts/>
|
|
</features>
|
|
</target>
|
|
</volume>
|