[libvirt] [PATCH 2/6] qemu_conf: Fix broken logic for adding passthrough iscsi lun

Ján Tomko jtomko at redhat.com
Fri Aug 16 13:46:05 UTC 2013


On 08/08/2013 02:43 AM, John Ferlan wrote:
> Following XML would fail :
> 
>     <disk type='network' device='lun'>
>       <driver name='qemu' type='raw'/>
>       <source protocol='iscsi' name='iqn.2013-07.com.example:iscsi/1'>
>         <host name='example.com' port='3260'/>
>       </source>
>       <target dev='sda' bus='scsi'/>
>     </disk>
> 
> With the message:
> 
> error: Failed to start domain iscsilun
> error: Unable to get device ID 'iqn.2013-07.com.example:iscsi/1': No such file or directory
> 
> Cause was commit id '1f49b05a' which added 'virDomainDiskSourceIsBlockType'
> ---
>  src/qemu/qemu_conf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK

Jan




More information about the libvir-list mailing list