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] domU crashes about a minute after migration

To: Carsten from Virtastic <carsten@xxxxxxxxxxxxx>
Subject: Re: [Xen-users] domU crashes about a minute after migration
From: Carsten from Virtastic <carsten@xxxxxxxxxxxxx>
Date: Tue, 26 Jul 2011 19:12:08 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 26 Jul 2011 11:13:53 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=virtastic.com; h=subject :mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s= selector1; bh=HUMAPxN/+/BWEGZ20MOxzB4R78o=; b=iddvlrdAMG4VnaOiQD XsZVCZ/4sasKEM/rVyvsmugCAkmhlqDjIG2koa5Kzhu0tb/7LJJWHMGdm/iPKSMR ZQarDj53+gb99aDw6FsWnNHjYaY7gSkjzE50sG3GLQ278iooo6IER39mtrgtfQpn 4eWY4hnLc58wXNwfK88nlH3XM=
Domainkey-signature: a=rsa-sha1; c=nofws; d=virtastic.com; h=subject :mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= selector1; b=dO1UaPq+Ana1K04KMgmnLnhxERdfl3m3+QjphBKPD/h6E6My3/Z k4BdQBmvZHDXIDFb/c7/06Cxrr7DqyvDoGR+PJSfdoaHDs8zlkYbuFwA5v42APFm 3ifbNH+7gHV+neC5zuB1cQfAtJmT0An//sleHWA17rt9SVq6dhRxuydM=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <D07ECA5A-823F-4BCC-9E6F-03CFA881A7DC@xxxxxxxxxxxxx>
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: <D07ECA5A-823F-4BCC-9E6F-03CFA881A7DC@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi again,


> I've got a weird issue here, which I'm stuck with:
> When I migrate a domU (PV) from one server to another (both identical 
> hardware and software), it takes about 40-60 seconds after which the 
> successfully migrated domU simply crashes.

I can answer this myself now, in case anybody else runs into the same issue:

My guest-kernels had this set:

CONFIG_XEN_WDT=y

From my understanding this requires that /dev/watchdog be fed by a watchdog 
daemon in set intervals, and if that's not the case, the Hypervisor will 
terminate the guest.

Interestingly, this only seems to become relevant after migration, which 
doesn't quite make sense. The effect after creation or migration should be 
identical.

Anywho... setting this to CONFIG_XEN_WDT=n (or =m) resolves this problem. I can 
now happily migrate domU's back and forth, and they don't terminate any more.

(On an unrelated side note: I had to apply a blktap2 "cleanup" patch [1] to be 
able to migrate the domU back to the host where I migrated it off from, because 
otherwise remaining tapdisk2 processes would cause the migration to fail and 
the domU to crash.)

[1] http://marc.info/?l=xen-devel&m=131066210526755


Cheers
Carsten







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

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