From: Theodore Tso Subject: Re: [patch] ext2/3: document conditions when reliable operation is possible Date: Wed, 26 Aug 2009 08:23:11 -0400 Message-ID: <20090826122311.GH32712@mit.edu> References: <4A947682.2010204@redhat.com> <20090825235359.GJ4300@elf.ucw.cz> <4A947DA9.2080906@redhat.com> <20090826001645.GN4300@elf.ucw.cz> <4A948259.40007@redhat.com> <20090826010018.GA17684@mit.edu> <4A948C94.7040103@redhat.com> <20090826025849.GF32712@mit.edu> <4A9510D2.1090704@redhat.com> <20090826111208.GA26595@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ric Wheeler , Florian Weimer , Goswin von Brederlow , Rob Landley , kernel list , Andrew Morton , mtk.manpages@gmail.com, rdunlap@xenotime.net, linux-doc@vger.kernel.org, linux-ext4@vger.kernel.org, corbet@lwn.net To: Pavel Machek Return-path: Content-Disposition: inline In-Reply-To: <20090826111208.GA26595@elf.ucw.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-ext4.vger.kernel.org On Wed, Aug 26, 2009 at 01:12:08PM +0200, Pavel Machek wrote: > > I agree that this is not an interesting (or likely) scenario, certainly > > when compared to the much more frequent failures that RAID will protect > > against which is why I object to the document as Pavel suggested. It > > will steer people away from using RAID and directly increase their > > chances of losing their data if they use just a single disk. > > So instead of fixing or at least documenting known software deficiency > in Linux MD stack, you'll try to surpress that information so that > people use more of raid5 setups? First of all, it's not a "known software deficiency"; you can't do anything about a degraded RAID array, other than to replace the failed disk. Secondly, what we should document is things like "don't use crappy flash devices", "don't let the RAID array run in degraded mode for a long time" and "if you must (which is a bad idea), better have a UPS or a battery-backed hardware RAID". What we should *not* document is "ext3 is worthless for RAID 5 arrays" (simply wrong) and "ext2 is better than ext3 because it forces you to run a long, slow fsck after each boot, and that helps you to catch filesystem corruptions when the storage devices goes bad" (Second part of the statement is true, but it's still bad general advice, and it's horribly misleading) and "ext2 and ext3 have this surprising dependency that disks act like disks". (alarmist) - Ted