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-devel

[Xen-devel] Error "Path closed or removed during hotplug" with xen-4.0.1

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Error "Path closed or removed during hotplug" with xen-4.0.1 on Fedora 14 (x86_64)
From: Kaustav <kaustav_deybiswas@xxxxxxxxxxx>
Date: Mon, 21 Feb 2011 20:33:17 +0000 (UTC)
Delivery-date: Mon, 21 Feb 2011 12:35:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Loom/3.14 (http://gmane.org/)
Hi,

I am running xen-4.0.1 on Fedora 14 (x86_64) with kernel 2.6.38-0.rc4. All xen
modules are loaded correctly.

# lsmod | grep xen
xen_netback            24607  0 [permanent]
xen_gntdev              9063  0
xen_evtchn              5179  1
xenfs                   9917  1

I have created images of Ubuntu (maverick) & Debian (squeeze) using
xen-create-image. However, when I try to boot the images using xm, I am getting
the following error (for both Debian & Ubuntu):

# xm create /etc/xen/debian01.cfg -c
Using config file "/etc/xen/debian01.cfg".
Error: Device 51714 (vbd) could not be connected. Path closed or removed during
hotplug add: backend/vbd/16/51714 state: 1

SELinux is turned off. The disk section of cfg is as follows:
root        = '/dev/xvda2 ro'
disk        = [
                  'file:/home/xen/domains/debian01/disk.img,xvda2,w',
                  'file:/home/xen/domains/debian01/swap.img,xvda1,w',
              ]

I am stuck at this for weeks, and have almost exhausted google hits.

Any help would be highly appreciated.

Thanks & Regards,
Kaustav


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Error "Path closed or removed during hotplug" with xen-4.0.1 on Fedora 14 (x86_64), Kaustav <=