[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Only one pv domU works with tap:aio
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 stopedif 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... etcXENBUS: Timeout connecting to device: device/vbd/51712 (local state 3, remote state 2) XENBUS: Device not ready: device/vbd/51712FATAL: 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_limitFATAL: 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 startedBoot 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/xvda5Waiting for device /dev/xvda1 to appear: ..............................Could not find /dev/xvda1. Want me to fall back to /dev/xvda1? (Y/n) yWaiting 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |