WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] qemu: drive out of range

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] qemu: drive out of range
From: Wolf Grossi <wg1@xxxxxxx>
Date: Wed, 26 Jan 2011 13:50:42 +0100
Delivery-date: Wed, 26 Jan 2011 04:52:56 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7
Greetings!

I need to attach 6 block devices to a domU.
It works, but in qemu.log I see:

Using xvde for guest's hde
qemu: drive `xvde' out of range
Using xvdf for guest's hdf
qemu: drive `xvdf' out of range


What can I do to ret rid of this messages?


Disk config:
disk = [ "tap:aio:/var/lib/xen/images/SS1/disk0.raw,xvda,w",
 "tap:aio:/var/lib/xen/images/SLES-11-SP1-DVD-i586-GM-DVD1.iso,xvdb,r",
 "tap:aio:/var/lib/xen/images/SLES-11-SP1-DVD-i586-GM-DVD2.iso,xvdc,r",
 "tap:aio:/var/lib/xen/images/SLE-11-SDK-DVD-i586-GM-Media1.iso,xvdd,r",
 "tap:aio:/var/lib/xen/images/SLE-11-SDK-DVD-i586-GM-Media2.iso,xvde,r",
 "tap:aio:/var/lib/xen/images/SE.iso,xvdf,r" ]


Wolf

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] qemu: drive out of range, Wolf Grossi <=