1
0
mirror of https://github.com/virt-manager/virt-manager.git synced 2025-03-08 04:58:29 +03:00
Cole Robinson 78c8aef75e tests: Move all data directories to data/
This cleans up the file hierarchy a bit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-01-27 06:57:37 -05:00

14 lines
261 B
XML

<pool type="iscsi">
<name>pool-iscsi</name>
<source>
<host name="my.host"/>
<device path="/some/source/path"/>
<initiator>
<iqn name="my.iqn"/>
</initiator>
</source>
<target>
<path>/dev/disk/by-path</path>
</target>
</pool>