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] Only one pv domU works with tap:aio

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Only one pv domU works with tap:aio
From: Johnny Bravo <JohnnyBravo@xxxxxxx>
Date: Mon, 2 Mar 2009 23:04:51 +0200
Delivery-date: Mon, 02 Mar 2009 13:05:48 -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
Hello! have a problem using 2 PV domu with tap:aio disk image file

I install Suse 11.1 x 64 as PV Domu on Suse x64 Dom0
the running config for DomU is

bootloader = '/usr/bin/pygrub'
builder="linux".
extra
=
'xencons
=tty'.............................................................

on_poweroff
='destroy'...........................................................
on_reboot
='restart'.............................................................
on_crash
='restart'..............................................................
on_xend_start='start'
on_xend_stop='shutdown'.
...........................................................

name = "Suse1"
#uuid = ''
memory=512
vcpus = 1
vif = ['bridge=br0,vifname=susedl0']
disk = ['tap:aio:/etc/xen/images/suse1.img,xvda,w']

everything works great,
than i clone config and image files for second PV DomU. its config is:

bootloader = '/usr/bin/pygrub'
builder="linux".
extra
=
'xencons
=tty'.............................................................

on_poweroff
='destroy'...........................................................
on_reboot
='restart'.............................................................
on_crash
='restart'..............................................................
on_xend_start='start'
on_xend_stop='shutdown'.
...........................................................
name = "Suse2"
#uuid = ''
memory=512
vcpus = 1
vif = ['bridge=br0,vifname=suse20']
disk = ['tap:aio:/etc/xen/images/susedl.img,xvda,w']


and it also works great but when first domu is stoped
if i try run both domu in same time one of them doesnot boot, xm conslole give me this

XENBUS: Waiting for devices to initialise: 295s...290s...285s... etc
XENBUS: Timeout connecting to device: device/vbd/51712 (local state 3, remote state 2)
XENBUS: Device not ready: device/vbd/51712
FATAL: Error inserting processor (/lib/modules/2.6.27.7-9-xen/kernel/ drivers/acpi/processor.ko): No such device WARNING: Error inserting processor (/lib/modules/2.6.27.7-9-xen/kernel/ drivers/acpi/processor.ko): No such device
thermal: Unknown symbol acpi_processor_set_thermal_limit
FATAL: Error inserting thermal (/lib/modules/2.6.27.7-9-xen/kernel/ drivers/acpi/thermal.ko): Unknown symbol in module, or unknown parameter (see dmesg) FATAL: Error inserting fan (/lib/modules/2.6.27.7-9-xen/kernel/drivers/ acpi/fan.ko): No such device
netfront: Initialising virtual ethernet driver.
Creating device nodes with udev
udevd version 128 started
Boot logging started on /dev/tty1(/dev/console) at Mon Mar 2 21:00:54 2009
Trying manual resume from /dev/xvda5
Trying manual resume from /dev/xvda5
Waiting for device /dev/xvda1 to appear: ..............................Could not find /dev/xvda1.
Want me to fall back to /dev/xvda1? (Y/n)
y
Waiting for device /dev/xvda1 to appear: ..............................not found -- exiting to /bin/sh
$

and when I try to reset or shutdown Suse2 Dom0 hold for 1 min and than I cant create any PV domains

if i change tap:aio in config files to file: both PV works in same time

Where is my mistake?




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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Only one pv domU works with tap:aio, Johnny Bravo <=