mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +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/
16 lines
378 B
XML
16 lines
378 B
XML
<pool type='dir'>
|
|
<name>default-pool</name>
|
|
<uuid>35bb2ad9-388a-cdfe-461a-b8907f6e53fe</uuid>
|
|
<capacity>107374182400</capacity>
|
|
<allocation>0</allocation>
|
|
<available>107374182400</available>
|
|
<target>
|
|
<path>/default-pool</path>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>10736</owner>
|
|
<group>10736</group>
|
|
</permissions>
|
|
</target>
|
|
</pool>
|