mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
78c8aef75e
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
12 lines
254 B
XML
12 lines
254 B
XML
<pool type="netfs">
|
|
<name>pool-netfs</name>
|
|
<source>
|
|
<format type="auto"/>
|
|
<host name="some.random.hostname"/>
|
|
<dir path="/some/source/path"/>
|
|
</source>
|
|
<target>
|
|
<path>/var/lib/libvirt/images/pool-netfs</path>
|
|
</target>
|
|
</pool>
|