libvirt/tests/storagepoolxml2xmlin/pool-iscsi-direct-auth.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

15 lines
440 B
XML

<pool type="iscsi-direct">
<name>iscsi-direct-auth</name>
<uuid>034d66fc-f507-437a-b552-c479ffd63820</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>
<auth type='chap' username='user'>
<secret uuid='10ed4ad4-c7b0-4696-b574-b40e04fea84b'/>
</auth>
</source>
</pool>