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] vbd device failures

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] vbd device failures
From: Anand Kumria <wildfire@xxxxxxxxxxx>
Date: Wed, 04 Jan 2006 18:14:38 +1100
Delivery-date: Wed, 04 Jan 2006 07:17:56 +0000
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/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: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux))
Hi,

I'm experiencing vbd device failures; it appears as if the device nodes
are being allocated but not de-allocated.

Initially the devices were marked as /dev/hda[1,2]; and when they failed to 
work I changed
them to be /dev/sda[1,2].  However I now find that I can no longer boot this 
domU 
irrespective of how I specify the disks.  As you can see at the end, the images 
themselves exist

I am running xen-3.0.0 built from source; any insight or suggestions 
appreciated.

varuna:~# grep "^disk" /etc/xen/fai-machine
disk = 
['file:/vserver/images/fai.img,hda1,w','file:/vserver/images/fai-swap.img,hda2,w']

varuna:~# xm create -c fai-machine
Using config file "/etc/xen/fai-machine".
Error: Device 770 (vbd) could not be connected. Backend device not found.

varuna:~# xm create -c fai-machine
Using config file "/etc/xen/fai-machine".
Error: Error creating domain: VM name 'fai' already in use by domain 21

varuna:~# xm destroy 21

varuna:~# xm create -c fai-machine
Using config file "/etc/xen/fai-machine".
Error: Device 2050 (vbd) could not be connected. Backend device not found.

varuna:~# grep "^disk" /etc/xen/fai-machine
disk = 
['file:/vserver/images/fai.img,sda1,w','file:/vserver/images/fai-swap.img,sda2,w']

varuna:~# ls -l /vserver/images/fai.img /vserver/images/fai-swap.img
-rw-r--r--  1 root root 4294967296 2006-01-04 04:26 /vserver/images/fai.img
-rw-r--r--  1 root root  524288000 2006-01-04 04:25 /vserver/images/fai-swap.img


Thanks,
Anand



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

<Prev in Thread] Current Thread [Next in Thread>