Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g4MDZPnC006486 for ; Wed, 22 May 2002 06:35:25 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g4MDZPv9006485 for linux-xfs-outgoing; Wed, 22 May 2002 06:35:25 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from zeus-e8.americas.sgi.com ([198.149.7.250]) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g4MDZInC006456 for ; Wed, 22 May 2002 06:35:19 -0700 Received: from poppy-e185.americas.sgi.com (poppy-e185.americas.sgi.com [128.162.185.207]) by zeus-e8.americas.sgi.com (SGI-SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id IAA78878; Wed, 22 May 2002 08:36:10 -0500 (CDT) Received: from stout.americas.sgi.com (stout.americas.sgi.com [128.162.187.5]) by poppy-e185.americas.sgi.com (980427.SGI.8.8.8/SGI-server-1.7) with ESMTP id IAA14448; Wed, 22 May 2002 08:36:10 -0500 (CDT) Date: Wed, 22 May 2002 08:36:15 -0500 (CDT) From: Eric Sandeen X-X-Sender: sandeen@stout.americas.sgi.com To: Michael Wahlbrink cc: linux-xfs Subject: Re: Still some corruption occurs on my root filesystem In-Reply-To: <3CEB9B2F.9000703@propack-data.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Wed, 22 May 2002, Michael Wahlbrink wrote: > > The only thing here is "normal" log recovery, nothing that should indicate > > corruption. I assume that this is after what claims to be a clean shutdown? > > So I can sleep now without thinking 'bout lost data.... ;-) > Thanks! Well... if you shut down your system cleanly, you should not be doing recovery, so something is still not right (assuming that the messages you posted were after a normal shutdown). > > Probably the BLKSETSIZE ioctl, perhaps your raid driver doesn't implement > > it? I wonder if this could be part of the problem... at one point it looked > > like this was harmless. > > > Ok, how to find out?? Should I forward/write something to the ataraid > ML?? I'm not a kernel hacker, so I dont have any glue what ioctls are ;-) Whoops, a couple things. first, it's "BLKBSZSET" that I was thinking about, but I don't think you'd see this at boot time in any case. It would be nice if the ataraid driver printed out _which_ ioctl was unsupported... in pdcraid.c you could change the printk("Invalid ioctl \n"); line to printk("ataraid: invalid ioctl cmd=%x %lx\n", cmd, arg); if you wanted to chase this down, although I don't know if it's related to your problem. -Eric