From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [TESTDAY] Test report Date: Thu, 30 Oct 2014 14:39:23 +0000 Message-ID: <1414679963.2064.40.camel@citrix.com> References: <545218D4.8090205@lfmotol.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <545218D4.8090205@lfmotol.cuni.cz> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Vejvalka Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-10-30 at 11:54 +0100, Jan Vejvalka wrote: > Won't boot windows over iSCSI (not new in 4.5), says in > /var/log/xen/qemu-dm-example.hvm.log > qemu-system-i386: -drive > file=portal=(IP):3260,iqn=(iqn),w,if=ide,index=0,media=disk,format=raw,cache=writeback: > could not open disk image portal=(IP):3260: Unknown protocol What xl.cfg syntax did you use for this disk? I'm not seeing the file=portal=(IP):3260 syntax in the qemu manpage, where did it come from? One of the examples given in the qemu docs is: -drive file=iscsi://192.0.2.1/iqn.2001-04.com.example/1 which I would expect to correspond to an xl.cfg disk spec line which ends: target=file=iscsi://192.0.2.1/iqn.2001-04.com.example/1 Ian.