mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-09 08:58:27 +03:00
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>/some/target/path</path>
|
||
|
</target>
|
||
|
</pool>
|