mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
15 lines
313 B
XML
15 lines
313 B
XML
<pool type="iscsi">
|
|
<name>pool-iscsi</name>
|
|
<uuid>10511599-1151-0510-5115-991151051051</uuid>
|
|
<source>
|
|
<host name="my.host"/>
|
|
<device path="/some/source/path"/>
|
|
<initiator>
|
|
<iqn name="my.iqn"/>
|
|
</initiator>
|
|
</source>
|
|
<target>
|
|
<path>/some/target/path</path>
|
|
</target>
|
|
</pool>
|