<host>
Specifies the host that stores the network file system backing a storage pool.
Text content
None.Selected attributes
- name
- Host name or IP address of the host.
Usage
Configuring storage poolsParent elements
<source> as child element of <pool>Child elements
None.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>