mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
f0bf1be3e7
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>
15 lines
444 B
XML
15 lines
444 B
XML
<pool type='iscsi-direct'>
|
|
<name>iscsi-direct</name>
|
|
<uuid>034d66fc-f507-437a-b552-c479ffd63819</uuid>
|
|
<capacity unit='bytes'>0</capacity>
|
|
<allocation unit='bytes'>0</allocation>
|
|
<available unit='bytes'>0</available>
|
|
<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>
|