qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] kvm instance hangs at boot while starting with iSCSI


From: Mike Lovell
Subject: Re: [Qemu-discuss] kvm instance hangs at boot while starting with iSCSI
Date: Wed, 13 Jun 2012 15:55:56 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1

On 06/13/2012 03:37 PM, Josef Johansson wrote:
Where do you see -iscsi initiator-name? Maybe we're looking at different 
sources. I see this:

     /* Should really append the KVM name after the ':' here */
     iscsi = iscsi_create_context("iqn.2008-11.org.linux-kvm:");
     if (iscsi == NULL) {
         error_report("iSCSI: Failed to create iSCSI context.");
         ret = -ENOMEM;
         goto failed;
     }

And it isn't possible to define the parameter initiator-name anywhere. I'll see 
if it works with qemu-kvm 1.1.

ability to specify the initiator name was added in commit f9dadc98 on 9 feb 2012. so it would not be in the 1.0 source since 1.0 came out in dec 2011. it is in 1.1.

mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]