From owner-freebsd-stable@FreeBSD.ORG Wed Oct 22 15:22:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8EF316A4B3 for ; Wed, 22 Oct 2003 15:22:58 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FBD743FDD for ; Wed, 22 Oct 2003 15:22:58 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 0E22972DA3; Wed, 22 Oct 2003 15:22:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 0BA2E72DA2; Wed, 22 Oct 2003 15:22:58 -0700 (PDT) Date: Wed, 22 Oct 2003 15:22:58 -0700 (PDT) From: Doug White To: Barney Wolff In-Reply-To: <20031019020310.GA40618@pit.databus.com> Message-ID: <20031022152157.J71676@carver.gumbysoft.com> References: <20031018020939.GA24917@pit.databus.com> <20031018161424.X35407@carver.gumbysoft.com> <20031019020310.GA40618@pit.databus.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org Subject: Re: unintended ATARAIDDELETE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 22:22:58 -0000 On Sat, 18 Oct 2003, Barney Wolff wrote: > > This usually means your disk is bad, which is why it keeps trashing the > > array. Your system is trying to tell you something :-) > > Well of course the bad block is h/w. But deleting a raid0 on a hard > error is insane. I can more-or-less understand for raid1 why that > might be thought sensible, but a split raid0 is of no use for anything. > Nor could I find anywhere in the kernel that actually deletes the raid. > But for sure -stable from 9/24 behaved differently (ie, sanely) on > getting the error than -stable from 10/13 or so. I don't think that's > hardware. Time will tell, perhaps. Since one part of the RAID is defective, and raid0 is not redundant, the RAID is marked offline. It is working as designed. If you need to tolerate disk failure, you probably want raid1, a mirrored configuration. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org