Hi,
I am working on oVirt, and I am trying to run a VM with a network disk with ISCSI protocol ( the storage is on a Cinder server).
Here is the disk XML I use:
<disk device="disk" snapshot="no" type="network">
<address bus="0" controller="0" target="0" type="drive" unit="0" />
<source name="iqn.2010-10.org.openstack:volume-37fea687-040c-4a88-844c-117d1a90e9b2" protocol="iscsi">
<host name="10.35.0.20" port="3260" />
</source>
<target bus="scsi" dev="sda" />
<boot order="1" />
<driver cache="none" error_policy="stop" io="threads" name="qemu" type="raw" />
</disk>