xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Wright <anthony@overnetdata.com>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
	Todd Deshane <todd.deshane@xen.org>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Subject: Re: Kernel bug from 3.0 (was phy disks and vifs timing out in DomU)
Date: Fri, 26 Aug 2011 13:15:25 +0100	[thread overview]
Message-ID: <4E578E5D.2010701@overnetdata.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1108261315230.12963@kaball-desktop>

[-- Attachment #1: Type: text/plain, Size: 2345 bytes --]

On 26/08/2011 13:16, Stefano Stabellini wrote:
> On Thu, 25 Aug 2011, Anthony Wright wrote:
>> On 19/08/2011 13:56, Konrad Rzeszutek Wilk wrote:
>>> On Fri, Aug 19, 2011 at 11:22:15AM +0100, Anthony Wright wrote:
>>>> On 03/08/2011 16:28, Konrad Rzeszutek Wilk wrote:
>>>>> On Fri, Jul 29, 2011 at 08:53:02AM +0100, Anthony Wright wrote:
>>>>>> I've just upgraded to xen 4.1.1 with a stock 3.0 kernel on dom0 (with
>>>>>> the vga-support patch backported). I can't get my DomU's to work due to
>>>>>> the phy disks and vifs timing out in DomU and looking through my logs
>>>>>> this morning I'm getting a consistent kernel bug report with xen
>>>>>> mentioned at the top of the stack trace and vifdisconnect mentioned on
>>>>> Yikes! Ian any ideas what to try?
>>>>>
>>>>> Anthony, can you compile the kernel with debug=y and when this happens
>>>>> see what 'xl dmesg' gives? Also there is also the 'xl debug-keys g' which
>>>>> should dump the grants in use.. that might help a bit.
>>>> I've compiled a 3.0.1 kernel with CONFIG_DEBUG=Y (a number of other
>>>> config values appeared at this point, and I took defaults for them).
>>>>
>>>> The output from /var/log/messages & 'xl dmesg' is attached. There was no
>>>> output from 'xl debug-keys g'.
>>> Ok, so I am hitting this too - I was hoping that the patch from Stefano
>>> would have fixed the issue, but sadly it did not.
>>>
>>> Let me (I am traveling right now) see if I can come up with an internim
>>> solution until Ian comes with the right fix.
>>>
>> On different hardware with the same software I'm also getting problems
>> starting DomUs, but this time the error is different. I've attached a
>> copy of the xl console output, but basically the server hang at
>> "Mount-cache hash table entries: 512". Again the VM is paravirtualised,
>> and again I get a qemu-dm process for it.
>>
>> The references to this message are normally related to memory issues,
>> but the server has only 1000M of ram, so can't see it causing too much
>> of a problem.
>>
>> Is this related to the other problems I'm seeing or completely separate?
> Could you please post your VM config file?
Attached are two VM config files. The file xen-config-A is the xen
server that fails at the Mount-cache line. The file xen-config-B is the
xen server that timeout attaching to some of the xvds and the vif.

[-- Attachment #2: xen-config-A --]
[-- Type: text/plain, Size: 675 bytes --]

name        = '1-5'
kernel      = '/workspace/agent/appliances/XenFileServer-3.20/kernel'
disk        = [
                'tap:aio:/workspace/agent/appliances/XenFileServer-3.20/rootfs,xvda1,r'
               ,'tap:aio:/var/agent/running/1/sysconfig,xvda2,r'
               ,'phy:/dev/Master/Swap-1,xvda3,w'
               ,'phy:/dev/Master/Workspace-1,xvdb1,w'
               ,'phy:/dev/Master/Filesystem,xvdc1,w'
              ]
pci         = [
              ]
root        = '/dev/xvda1'
memory      = 2000
vif         = [ 'bridge=br-internal,mac=02:25:d4:1b:79:dc' ]
vcpus       = 8
extras      = ''
on_poweroff = 'destroy'
on_reboot   = 'destroy'
on_crash    = 'destroy'

[-- Attachment #3: xen-config-B --]
[-- Type: text/plain, Size: 615 bytes --]

name        = '2-2'
kernel      = '/workspace/agent/appliances/MISGateway-5.22/kernel'
disk        = [
                'tap:aio:/workspace/agent/appliances/MISGateway-5.22/rootfs,xvda1,r'
               ,'tap:aio:/var/agent/running/2/sysconfig,xvda2,r'
               ,'phy:/dev/Master/Swap-2,xvda3,w'
               ,'phy:/dev/Master/Workspace-2,xvdb1,w'
              ]
pci         = [
              ]
root        = '/dev/xvda1'
memory      = 200
vif         = [ 'bridge=br-internal,mac=02:92:34:45:ef:ae' ]
vcpus       = 2
extras      = ''
on_poweroff = 'destroy'
on_reboot   = 'destroy'
on_crash    = 'destroy'

[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

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

  reply	other threads:[~2011-08-26 12:15 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <29902981.10.1311837224851.JavaMail.root@zimbra.overnetdata.com>
2011-07-28  7:24 ` phy disks and vifs timing out in DomU Anthony Wright
2011-07-28 15:01   ` Todd Deshane
2011-07-28 15:36     ` Anthony Wright
2011-07-28 15:46       ` Todd Deshane
2011-07-28 16:00         ` Anthony Wright
2011-07-29 15:55           ` Konrad Rzeszutek Wilk
2011-07-29 18:40             ` Anthony Wright
2011-07-29 20:01               ` Konrad Rzeszutek Wilk
2011-07-30 17:05                 ` Anthony Wright
2011-08-01 11:03                   ` Anthony Wright
2011-07-28 16:28       ` Ian Campbell
2011-07-29  7:53         ` Kernel bug from 3.0 (was phy disks and vifs timing out in DomU) Anthony Wright
2011-08-03 15:28           ` Konrad Rzeszutek Wilk
2011-08-09 16:35             ` Konrad Rzeszutek Wilk
2011-08-19 10:22             ` Anthony Wright
2011-08-19 12:56               ` Konrad Rzeszutek Wilk
2011-08-22 11:02                 ` Anthony Wright
2011-08-25 20:31                 ` Anthony Wright
2011-08-26 14:26                   ` Konrad Rzeszutek Wilk
2011-08-26 14:44                     ` Konrad Rzeszutek Wilk
2011-08-29 12:13                       ` Anthony Wright
2011-08-31 16:58                       ` David Vrabel
2011-08-31 17:07                         ` Konrad Rzeszutek Wilk
2011-09-01  7:42                           ` Ian Campbell
2011-09-01 14:23                             ` Konrad Rzeszutek Wilk
2011-09-01 15:12                               ` David Vrabel
2011-09-01 15:37                                 ` Konrad Rzeszutek Wilk
2011-09-01 15:43                                   ` Ian Campbell
2011-09-01 16:07                                     ` Konrad Rzeszutek Wilk
2011-09-07 12:57                                 ` Anthony Wright
2011-09-07 18:35                                   ` Konrad Rzeszutek Wilk
2011-09-01 15:12                               ` Ian Campbell
2011-09-01 15:38                                 ` Konrad Rzeszutek Wilk
2011-09-01 15:44                                   ` Ian Campbell
2011-09-01 17:34                                     ` Jeremy Fitzhardinge
2011-09-01 19:19                                       ` Ian Campbell
2011-09-01 17:32                             ` Jeremy Fitzhardinge
2011-09-01 19:21                               ` Ian Campbell
2011-09-01 20:34                                 ` Jeremy Fitzhardinge
2011-09-02  7:17                                   ` Ian Campbell
2011-09-02 20:26                                     ` Jeremy Fitzhardinge
2011-09-03 10:27                                       ` Ian Campbell
2011-09-23 12:35                                         ` Anthony Wright
2011-09-23 12:49                                           ` David Vrabel
2011-08-29 17:33                     ` Anthony Wright
2011-08-25 21:11                 ` Anthony Wright
2011-08-26  7:10                   ` Sander Eikelenboom
2011-08-26 11:23                     ` Pasi Kärkkäinen
2011-08-26 12:16                   ` Stefano Stabellini
2011-08-26 12:15                     ` Anthony Wright [this message]
2011-08-26 12:32                       ` Stefano Stabellini
2011-07-29 15:48         ` phy disks and vifs timing out in DomU (only on certain hardware) Anthony Wright
2011-07-29 16:06           ` Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E578E5D.2010701@overnetdata.com \
    --to=anthony@overnetdata.com \
    --cc=Ian.Campbell@eu.citrix.com \
    --cc=konrad.wilk@oracle.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=todd.deshane@xen.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).