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] Grant Table Error on 2.6.32.36 + Xen 4.0.1

To: MaoXiaoyun <tinnycloud@xxxxxxxxxxx>
Subject: Re: [Xen-devel] Grant Table Error on 2.6.32.36 + Xen 4.0.1
From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Date: Tue, 12 Apr 2011 04:46:29 -0400
Cc: xen devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, tim.deegan@xxxxxxxxxx, george.dunlap@xxxxxxxxxxxxx, giamteckchoon@xxxxxxxxx, keir.fraser@xxxxxxxxxxxxx, ian.campbell@xxxxxxxxxx
Delivery-date: Tue, 12 Apr 2011 01:47:21 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <BLU157-w433D3E5A417210AEA246BDAAB0@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>
References: <COL0-MC1-F14hmBzxHs00230882@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> <BLU157-w488E5FEBD5E2DBC0666EF1DAA70@xxxxxxx> <BLU157-w5025BFBB4B1CDFA7AA0966DAA90@xxxxxxx> <BLU157-w540B39FBA137B4D96278D2DAA90@xxxxxxx> <BANLkTimgh_iip27zkDPNV9r7miwbxHmdVg@xxxxxxxxxxxxxx> <BANLkTimkMgYNyANcKiZu5tJTL4==zdP3xg@xxxxxxxxxxxxxx> <BLU157-w116F1BB57ABFDE535C7851DAA80@xxxxxxx> <4DA3438A.6070503@xxxxxxxx> <BLU157-w2C6CD57CEA345B8D115E8DAAB0@xxxxxxx> <BLU157-w433D3E5A417210AEA246BDAAB0@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-06-14)
On Tue, Apr 12, 2011 at 02:48:36PM +0800, MaoXiaoyun wrote:
> 
> Hi:
>  
>       We are just about to try the new Kernel, but confront Error on grant 
> table.

Please open a new thread on this one. This is getting confusing.
>         
>      2.6.32.36 Kernel: 
> http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git;a=commit;h=bb1a15e55ec665a64c8a9c6bd699b1f16ac01ff4
>      Xen 4.0.1 http://xenbits.xen.org/hg/xen-4.0-testing.hg/rev/b536ebfba183
>        
>     Our test is simple, 24 HVMS(Win2003 )  on a single host, each HVM loopes 
> in restart every 15minutes.
>     Please refer to error log from serial output 
>               
>     I've traced the log a bit, and the log is from xen/common/grant_table.c
>  
> 1) log " grant_table.c:1717:d0 Bad grant reference 4294965983 " if from 
> 
> 1715     if ( unlikely(gref >= nr_grant_entries(rd->grant_table)) ){
> 1716         PIN_FAIL(unlock_out, GNTST_bad_gntref,
> 1717                  "Bad grant reference %ld\n", gref);
> 1718         BUG();
> 1719     }
>  
> 2) log "grant_table.c:266:d0 Bad flags (0) or dom (0). (expected dom 0) " is 
> from 
>  
>   grant_table.c:1967 =>  __acquire_grant_for_copy  => _set_status
>  
>  ( not from __gnttab_map_grant_ref, since I add some log to identify this )
> 
> The log shows that all are from gnttab_copy, which I later found only netback
> has grant copy hypercall. 
>  
> I also tried netback code from 2.6.31(which works well with kernel 2.6.31), 
> but
> still met these errors. So it looks like it is kernel related.
>  
> What happened for this, will this harmful for the usage of HVM?

What is the storage for your HVM guests? iSCSI?

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

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