mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-07 17:18:00 +03:00
78c8aef75e
This cleans up the file hierarchy a bit Signed-off-by: Cole Robinson <crobinso@redhat.com>
14 lines
261 B
XML
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>
|