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] Problem with tap:aio

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem with tap:aio
From: Simon Gao <gao@xxxxxxxxxxxxxxx>
Date: Thu, 30 Aug 2007 11:31:10 -0700
Delivery-date: Thu, 30 Aug 2007 11:32:07 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20070802)
Hi,

When I try to start a domU using tap aio, the system reported following
error:

XENBUS: Timeout connecting to device: device/vbd/769 (state 3)
XENBUS: Timeout connecting to device: device/vbd/770 (state 3)
XENBUS: Device with no driver: device/console/0
VFS: Cannot open root device "hda1" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on
unknown-block(0,0)

My domU config file is like:

name = "vm1"
kernel ="/usr/local/boot/vmlinuz-2.6.20-xenU-r2"
root = "/dev/hda1"
memory = "1024"
#disk = [ 'file:/opt/vm1.img,hda1,w','file:/opt/vm1-swap.img,hda2,w' ]
disk = [ 'tap:aio:/opt/vm1.img,hda1,w','tap:aio:/opt/vm1-swap.img,hda2,w' ]
vif = [ 'bridge=xenbr0' ]

I am using Xen 3.1.0 with kernel 2.6.20 on gentoo. File based disk image
works without any problem.

Do I miss something in kernel or domU configuration?

Simon


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem with tap:aio, Simon Gao <=