mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-10 12:58:27 +03:00
23 lines
420 B
XML
23 lines
420 B
XML
<volume>
|
|
<name>new1.img</name>
|
|
<capacity>1073</capacity>
|
|
<allocation>1073</allocation>
|
|
<target>
|
|
<format type="qcow2"/>
|
|
<features>
|
|
<lazy_refcounts/>
|
|
</features>
|
|
</target>
|
|
</volume>
|
|
<volume>
|
|
<name>new2.img</name>
|
|
<capacity>1000000</capacity>
|
|
<allocation>50000</allocation>
|
|
<target>
|
|
<format type="qcow2"/>
|
|
<features>
|
|
<lazy_refcounts/>
|
|
</features>
|
|
</target>
|
|
</volume>
|