<source> as child element of <pool>
Specifies file system or network file system resources backing a storage pool.
Text content
None.Selected attributes
None.Usage
Configuring storage poolsParent elements
<pool>Child elements
- <format>
- <host>
- <dir>
Example
<pool type="netfs">
<name>nfspool01</name>
<source>
<format type="nfs"/>
<host name="sandbox.example.com"/>
<dir path="/srv/nfsexport"/>
</source>
<target>
<path>/var/lib/libvirt/images/nfspool01</path>
</target>
</pool>