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

Re: [Xen-users] BLKTAP under Debian Lenny - not working

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: Re: [Xen-users] BLKTAP under Debian Lenny - not working
From: Darko Petrović <darko.b.petrovic@xxxxxxxxx>
Date: Tue, 23 Feb 2010 15:51:42 +0100
Cc: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 23 Feb 2010 06:53:19 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=xUwArCelLja4ILD9K6/1QyukTsPRkOgmuPLrW+YfpXU=; b=sNCT+Fjn42unAZSQRPF1uGEgM9h2/QFS5Xb2Us5nRA3pv4pcmgx+Uss/dGAyLfOJ4G H8Ot8q0+L8KUvnwNaATaPkB0k0BnlvKXiAtjPsalpNBGqKr3FYOmsK4aet4X0sFKKrWM 2cxY/Swv3a0LOMblvQWIDBeb6GjcwiG0M2fCA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=GPNfub75NTh1jKNMVxgqrsRf9qVxmaWYDqls8odDyfsNJZTv1U2hUPoMzwBgf8p8qQ VoJu6A/nFyoCKHvb7j2AVNegMA/nX3yTVuyLxwzsebO3xOR1kiyIdiiI6wRtUcjEriRi VLLqCW0P6pGjJiHNlXSMiLtGrycZkZn5ejkIA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <a46168061002230615t7fe09a6bv3048b0b3f61764bb@xxxxxxxxxxxxxx>
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>
References: <a46168061002230248j360a3ac5q952222b83ba0a92f@xxxxxxxxxxxxxx> <20100223130103.GP2761@xxxxxxxxxxx> <a46168061002230615t7fe09a6bv3048b0b3f61764bb@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
It works now. Updating the hypervisor and the tools solved the problem.

Darko

2010/2/23 Darko Petrović <darko.b.petrovic@xxxxxxxxx>
Thanks for your reply. I've updated the sources today (using git pull), and then I compiled the kernel again... so it should be the most recent 2.6.31.6 from the Jeremy's repository.  Now I tried to pull again, but it says "Already up-to-date." Meanwhile, I have also tried to compile with CONFIG_XEN_BLKDEV_TAP2=y (and CONFIG_XEN_BLKDEV_TAP=y remained), but still no result.

Any ideas?

Darko

2010/2/23 Pasi Kärkkäinen <pasik@xxxxxx>
On Tue, Feb 23, 2010 at 11:48:20AM +0100, Darko Petrovi? wrote:

>    Hi all,
>
>    When I try to use tap:aio configuration I get the following error message
>    upon executing xm create:
>    Error: Failed to create device.
>        stdout: unrecognized child response
>        stderr:
>    Check that target "/dev/vg0/lvol0" exists and that blktap2 driver
>    installed in dom0.
>
>    This is what I find in /var/log/syslog:
>    Feb 23 11:37:38 xen-1 tapdisk2[3523]: Created /dev/xen/blktap-2/blktap2
>    device
>    Feb 23 11:37:38 xen-1 tapdisk2[3523]: Created /dev/xen/blktap-2/tapdev2
>    device
>    Feb 23 11:37:38 xen-1 tapdisk2[3523]: new interface: ring: 252, device:
>    254, minor: 2
>    Feb 23 11:37:38 xen-1 tapdisk2[3523]: I/O queue driver: lio
>    Feb 23 11:37:38 xen-1 tapdisk2[3523]: Incorrect magic in shared info.
>    Feb 23 11:37:38 xen-1 tapdisk2[3523]: Failed to open shared info.
>    Feb 23 11:37:38 xen-1 kernel: [ 1002.545721] blktap_sysfs_create: adding
>    attributes for dev ec6f00c0
>    Feb 23 11:37:38 xen-1 kernel: [ 1002.545728] blktap_control_allocate_tap:
>    allocated tap c1ef8800
>    Feb 23 11:37:38 xen-1 kernel: [ 1002.547589] tapdisk2[3523]: segfault at
>    10 ip b758aa00 sp bfd07dd4 error 4 in [1]libpthread-2.7.so[b7583000+15000]
>    Feb 23 11:37:38 xen-1 logger: /etc/xen/scripts/xen-hotplug-cleanup:
>    XENBUS_PATH=backend/vkbd/4/0
>    Feb 23 11:37:38 xen-1 logger: /etc/xen/scripts/xen-hotplug-cleanup:
>    XENBUS_PATH=backend/vfb/4/0
>
>    Here is also the corresponding part of my DomU configuration file:
>    disk = ['tap:aio:/dev/vg0/lvol0,xvda,w','tap:aio:/dev/vg0/swap,xvdb,w']
>
>    The pv_ops dom0 kernel is compiled with CONFIG_XEN_BLKDEV_TAP=y. Both
>    lvol0 and swap do exist, I've double-checked it (namely, they work with
>    phy: instead of tap:aio).
>    What could be wrong?
>

What's your pv_ops dom0 version? when did you check it out?
Only the very recent (as of a couple of days ago) pv_ops dom0
kernels have working blktap2.

-- Pasi



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