libvirt/tests/storagepoolxml2xmlin/pool-iscsi-direct.xml
Clementine Hayat f0bf1be3e7 storage: Introduce iscsi_direct pool type
Introducing the pool as a noop. Integration inside the build
system. Implementation will be in the following commits.

Signed-off-by: Clementine Hayat <clem@lse.epita.fr>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2018-08-06 12:23:55 +02:00

12 lines
324 B
XML

<pool type="iscsi-direct">
<name>iscsi-direct</name>
<uuid>034d66fc-f507-437a-b552-c479ffd63819</uuid>
<source>
<host name="iscsi.example.com"/>
<device path="iqn.2013-06.com.example:iscsi-pool"/>
<initiator>
<iqn name='iqn.2013-06.com.example:iscsi-initiator'/>
</initiator>
</source>
</pool>