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

Re: [Xen-devel] Bug of xl?

To: Yang Hongyang <yanghy@xxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Bug of xl?
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Wed, 9 Jun 2010 16:27:34 +0100
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 09 Jun 2010 08:29:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4C0F590C.5050905@xxxxxxxxxxxxxx>
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>
References: <4C0F590C.5050905@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)
On Wed, 9 Jun 2010, Yang Hongyang wrote:
> While I'm using 'xl create' to install centos 5,
> I got following error. But with the same config,
> 'xm create' succesfully installed the vm.
> So I wonder if this is a bug of xl?
> 
> Below is the config and xl output, If it doesn't
> help, ask me for more imformations if you want.
> 
> config:
> ==========================================
> kernel = "/mnt/images/xen/vmlinuz"
> ramdisk = "/mnt/images/xen/initrd.img"
> extra = "text"
> name = "centos"
> memory = "256"
> disk = [ 'file:/home/yanghy/vm/centos.img,xvda,w' ]
> vif = [ 'bridge=eth0' ]
> vcpus=1
> on_reboot = 'destroy'
> on_crash = 'destroy'
> =======================================
> 

I think it is worth trying with a loop device instead of a file:

- create a loop device on your host
losetup /dev/loop0 /home/yanghy/vm/centos.img

- use 'disk = [ 'phy:/dev/loop0,xvda,w' ]' in your config

If it works it is probably a bug in libxl's blktap support.


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

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