<target> as child element of <pool>
Specifies the directory backing a storage pool.
Text content
None.Selected attributes
None.Usage
Configuring storage poolsParent elements
<pool>Child elements
- <path> as child element of <pool><target>
- <permissions>
Example
<pool type="dir">
<name>directoryPool</name>
<target>
<path>/var/lib/libvirt/images</path>
</target>
</pool>