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] xl vcpu-set crashes Dom0

To: Andre Przywara <andre.przywara@xxxxxxx>
Subject: Re: [Xen-devel] xl vcpu-set crashes Dom0
From: Keir Fraser <keir.xen@xxxxxxxxx>
Date: Mon, 28 Feb 2011 20:51:12 +0000
Cc: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 28 Feb 2011 12:52:18 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:user-agent:date:subject:from:to:cc:message-id :thread-topic:thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=Q32TV80YiLdJm41frqtoqndZ2y0CiVu9Rj4nn9wHJR4=; b=FKU7TeDQDIUY9kWntVuqJJGjT8/c1c9e8GofKqjFDxtT6if4W4z8Zh/uL+2I+5I0pD DcpnMQIgvV4F0+L/B8fJOZAo9uG14HyP2zaFXfuTwgN0GXFFAWTcrQHREl3JJ+BuDQ0G eMcF2mXjHlq2/aXOGHrDAFHiWYMQazeiwjA4g=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; b=jarNfXOtmK/xrBwPByt58yXCr7M3TGCdF5Sd/rbbLyCWEb+euG2WesXGl4rwjYkSJq wXahP1+D3bxWqOJIkLL/12HWmOKq9CrYSJjjGV3cHOxxYDulXS8LC9Rq3sOSPd8wHoJo HMT2G8ST29MKRmCL54JMFZ2pc4w/RRgJ8Cuss=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4D6BDA07.2010707@xxxxxxx>
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
Thread-index: AcvXiTuQB52s4BhYvUOhEaT0uQjI1w==
Thread-topic: [Xen-devel] xl vcpu-set crashes Dom0
User-agent: Microsoft-Entourage/12.28.0.101117
On 28/02/2011 17:23, "Andre Przywara" <andre.przywara@xxxxxxx> wrote:

> Hi,
> 
> as mentioned earlier today I had some issues with patch 22934, which
> decreases the number of vCPUs for Dom0 in case of cpupool-numa-split.
> I now found that this is not directly related to this patch, as it
> triggers also with "xl vcpu-set". So far I tried the following combinations:
> c/s 22956 on a machine with 48 physical CPUs:
> not restricted dom0:
> xl vcpu-set 0 6  => crashes
>          xl vcpu-set 0 47 => crashes
> dom0_max_vcpus=6
> xl vcpu-set 0 5  => crashes
>          xm vcpu-set 0 5  => crashes
> 
> The only message I get is:
> root@dosorca:~# xm vcpu-set 0 5
> (XEN) Domain 0 crashed: rebooting machine in 5 seconds.

Dom0 has oopsed. If you have a synchronous log of dmesg (e.g., via serial)
then you should be able to get an oops message and backtrace from dom0
kernel. My first guess would be this is a bug in the kernel's handling of
cpu hotplug requests via xenstore.

 -- Keir

> Debugging turned out that for instance the libxl_set_vcpuonline()
> returns without an error, but the machine then crashes afterwards.
> 
> Can someone reproduce this? Any ideas?
> 
> Regards,
> Andre.



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

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