mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
2fa4a8b991
If using a custom test driver, storage pool file parsing was broken, and storage volume parsing was never implemented. Fix these issues, and add some examples in docs/
7 lines
122 B
XML
7 lines
122 B
XML
<volume>
|
|
<name>default-vol</name>
|
|
<capacity>1000000</capacity>
|
|
<allocation>50000</allocation>
|
|
<target/>
|
|
</volume>
|