On Fri, Mar 21, 2008 at 03:52:31PM +0100, Peter Rabbitson wrote: > I was actually specifically advocating that md must _not_ do anything on > its own. Just provide the hooks to get information (what is the current > stripe state) and update information (the described repair extension). The > logic that you are describing can live only in an external app, it has no > place in-kernel. Why not? If md doesn't do anything on its own, then when it detects a disagreement between the data and the two parity blocks, it has two choices (a) return possibly incorrect data to the application, or (b) return an I/O error and cause the application to blow up. Sure, it could then give the information so that the external repair tool can fix it up after the fact, but that seems like a really lousy thing to do as far as the original application is concerned. (Or I suppose you could try to block the userspace application until the repair tool has a chance to do automatically what md could have done automatically in the kernel anyway, but that has other problems.) So what's the harm in having an option where md does exactly what ECC memory does, which is when it can fix things up, to do so? I bet most system administrators would turn it on in a heartbeat. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html