<target> as child element of <pool>

Specifies the directory backing a storage pool.

Text content

None.

Selected attributes

None.

Usage

Configuring storage pools

Parent elements

<pool>

Child elements

Example

<pool type="dir">
  <name>directoryPool</name>
  <target>
    <path>/var/lib/libvirt/images</path>
  </target>
</pool>