mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 21:40:41 +00:00
11 lines
205 B
XML
11 lines
205 B
XML
<pool type='iscsi'>
|
|
<name>virtimages</name>
|
|
<source>
|
|
<host name="iscsi.example.com"/>
|
|
<device path="demo-target"/>
|
|
</source>
|
|
<target>
|
|
<path>/dev/disk/by-path</path>
|
|
</target>
|
|
</pool>
|