mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
c4d27bdddf
-1 is just an internal placeholder and is meaningless to output in the XML.
17 lines
406 B
XML
17 lines
406 B
XML
<pool type='dir'>
|
|
<name>virtimages</name>
|
|
<uuid>70a7eb15-6c34-ee9c-bf57-69e8e5ff3fb2</uuid>
|
|
<capacity unit='bytes'>0</capacity>
|
|
<allocation unit='bytes'>0</allocation>
|
|
<available unit='bytes'>0</available>
|
|
<source>
|
|
</source>
|
|
<target>
|
|
<path>/var/lib/libvirt/images</path>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<label>some_label_t</label>
|
|
</permissions>
|
|
</target>
|
|
</pool>
|