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] I have killed hypervisor. wow

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] I have killed hypervisor. wow
From: Alexander Benaguev <abenaguev@xxxxxxxxx>
Date: Sun, 16 Nov 2008 03:25:46 +0300
Delivery-date: Sat, 15 Nov 2008 16:26:16 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Ugd2Bwy5Wu5fOxIRZRtn6X5BLsByITgqSlUsf1BykPs=; b=Zqrrchq6ir85i3ToiX5QUce5dtP/kPGZQ3Rtd84yj0aQNIHvONuD+f3uF3k4bK0Rb2 0JT2v5AtLGng3h2m02Lavw/lyNO7szc8MfWmxaDmScz5Mcd8P+2azz20XoSWKjwHith5 9GlNgrPlDqQP22ft4oeyT7dNvSkYlokiXfj4k=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=WkkHa1KLg3wnrl8wnFTIe9R46sDqMfddbvndQl9TjZo1F/6wdUS2rK1G50OtMkCV9A lFl2c0O9rb0rXZv4liHOpj2oQB6F1pTM2MVYI5tG4Y0bvk6VuqbtbhjY2+9lBKOItueO b+ySBYr61u6fDFYc1fb0G8oLanXHR8MHFrw1M=
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: Thunderbird 2.0.0.17 (X11/20080925)
Greetings

all my pv domains have failed today after reboot (hvm domains are ok). I found out that virtual block devices just stopped mounting to guests. Then I tried to destroy failed domains and got a lot of messages to dmesg like:
blk_tap: Bad number of segments in request (179)
#snip 1511 messages
blk_tap: unknown operation [152]
#snip 1526 messages

Then dom0 froze dead producing the above output only. After the reboot everything was the same except dom0 kept produce same output for a couple of minutes, and domU finally was destroyed. after 'xm create -c ubuntu810' (domain falls into initramfs shell) hypervisor dmesg shows:

blktap: ring-ref 2047, event-channel 4, protocol 1 (x86_64-abi)
tap_frontend_changed: backend/tap/1/51712: prepare for reconnect
blktap: ring-ref 8, event-channel 9, protocol 1 (x86_64-abi)

guest dmesg:
0.403082] device-mapper: uevent: version 1.0.3
[ 0.403297] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
[    0.535802]  xvda:
#it's not mistake. dmesg just ends output.

I destroyed domain again and everything repeats.

I think this is caused by 8.10 kernel, which has updated to 2.6.27.7.14 or 16 recently.
But I have no idea why this keeps crashing the system.
Any ideas?

domU config:
kernel = "/usr/lib/xen/boot/pv-grub-x86_64.gz"
extra = "(hd0,0)/grub/menu.lst"
memory = 2048
vcpus = 2
name = "postgres1"
uuid = "5bb1d470-ae11-389f-b49a-49ff2a84a9f3"
vif = [ 'mac=00:16:3e:36:7f:a9, bridge=eth0' ]
disk = [ 'tap:aio:/var/lib/xen/images/postgres1.img,xvda,w' ]

p.s. please, tell me, if I should provide more information
p.p.s. thanks to Mikhail Kozyrev for spelling

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] I have killed hypervisor. wow, Alexander Benaguev <=