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 xen 4.1 and phy iscsi

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem with xen 4.1 and phy iscsi
From: Agustin Lopez <Agustin.Lopez@xxxxx>
Date: Tue, 12 Jul 2011 10:43:47 +0200
Delivery-date: Tue, 12 Jul 2011 01:45:25 -0700
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 6.0; es-ES; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11
Hello!

I have testing new xen 4.1.0 with Debian Wheezy.

I have an strange problem. When I try to boot the DomU with disks in local img  
works Ok:
      disk=['file:/VMs/plantilla-squeeze-disk.img,xvda1,w', 
'file:/VMs/plantilla-squeeze-swap.img,xvda2,w']

but when I try to boot with the same disk offered with iSCSI: (open-iscsi, 
login, ...)
      disk=['phy:/dev/disk/by-label/PLANTILLA_D1,xvda1,w', 
'phy:/dev/disk/by-label/PLANTILLA_SW,xvda2,w']
the VM do not boot. Below are the console messages:

...
[    0.241307] Initialising Xen virtual ethernet driver.
[    5.340090] XENBUS: Waiting for devices to initialise: 
295s...290s...285s...280s...275s...270s...265s...260s...255s...250s...245s...240s...udevd[59]:
 timeout: killing '/sbin/modprobe -b xen:vbd' [69]
udevd[59]: '/sbin/modprobe -b xen:vbd' [69] terminated by signal 9 (Killed)
udevd[61]: timeout: killing '/sbin/modprobe -b xen:vbd' [70]
[  300.244208] XENBUS: Timeout connecting to device: device/vbd/51713 (local 
state 3, remote state 1)
[  300.244309] XENBUS: Timeout connecting to device: device/vbd/51714 (local 
state 3, remote state 1)
udevd[61]: '/sbin/modprobe -b xen:vbd' [70] terminated by signal 9 (Killed)
...
[  300.290933] Fusion MPT base driver 3.04.18
[  300.290943] Copyright (c) 1999-2008 LSI Corporation
[  300.310304] SCSI subsystem initialized
[  300.323846] loop: module loaded
[  300.352868] Event-channel device installed.
done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Waiting for root file system ...
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/disk/by-label/PLANTILLA_D1 does not exist.  Dropping to a shell!
BusyBox v1.18.4 (Debian 1:1.18.4-2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)
...



In xen 3.4 with Debian lenny that conf works Ok.

Any pointer, please?
Agustin




_______________________________________________
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 xen 4.1 and phy iscsi, Agustin Lopez <=