mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
be6c35e4ac
Add a testcase for the previous change to ensure zero capacity volumes can be defined without a backing store. Signed-off-by: Chris J Arges <chris.j.arges@canonical.com>
8 lines
123 B
XML
8 lines
123 B
XML
<volume>
|
|
<name>OtherDemo.img</name>
|
|
<target>
|
|
<format type="qcow2"/>
|
|
</target>
|
|
<capacity>0</capacity>
|
|
</volume>
|