XFS Panic

Love lha at stacken.kth.se
Tue Jan 25 20:21:13 CET 2000


Jack Neely <jjneely at eos.ncsu.edu> writes:

> I have been getting the same thing.  Lots of XFS Panics...same error.  I
> am running Arla 0.30 with kernel 2.2.14.  Attached is the output of dmesg
> with xfs debug almost-all.

You you all that get this message disable bulkstatus. Changed the row in 
arlad/fcache.c that say

static int fcache_enable_bulkstatus = 1;

to 

static int fcache_enable_bulkstatus = 0;

Recompile and they see if you get that XFS Panic xfs_message_invalidnode
any more. Haven't tried it myself, but that would be the big diffrences
between 0.29 and 0.30 that changes this behavior.

Love

Index: fcache.c
===================================================================
RCS file: /afs/stacken.kth.se/src/SourceRepository/arla/arlad/fcache.c,v
retrieving revision 1.252
diff -u -w -u -w -r1.252 fcache.c
--- arlad/fcache.c	2000/01/16 23:50:04	1.252
+++ arlad/fcache.c	2000/01/25 19:18:44
@@ -92,7 +92,7 @@
  * This is set to non-zero when we want to use bulkstatus().
  */
 
-static int fcache_enable_bulkstatus = 1;
+static int fcache_enable_bulkstatus = 0;
 
 #define FCHASHSIZE 997
 







More information about the Arla-drinkers mailing list