mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
And move the path to not be rooted in /dev, which doesn't make sense for a directory pool, and triggers some special /dev handling in virtinst that we don't want in the common testing path. Signed-off-by: Cole Robinson <crobinso@redhat.com>
7 lines
125 B
XML
7 lines
125 B
XML
<pool type="dir">
|
|
<name>pool-dir2</name>
|
|
<target>
|
|
<path>/var/lib/libvirt/images/pool-dir2</path>
|
|
</target>
|
|
</pool>
|