Neil Brown <neilb@xxxxxxxxxxxxxxx> wrote: > However I want to do raid5 first. I think it would be much easier > because of the stripe cache. Any 'stripe' with a bad read would be There's the FR5 patch (fr5.sf.net) which adds a bitmap to raid5. It doesn't do "robust read" for raid5, however. > flagged, kept in the cache and just get processed a different way to > other stripes. For raid1, you need some extra data structure to keep > track of which blocks have seen bad reads, so I would rather leave One can simply count the untried disks using the "remaining" field, which is otherwise unused on the read side. The count will be accurate unless one changes the number of disks _during_ the read retry, and then the worst that can happen is that one misses out on trying to retry the read from the new disk, which surely will not yet be up to date anyway. Or one can always try to read "one more for luck". > that until I have familiarity with other issues through raid5. I would love to know of _any_ starting point you see to doing it in raid5. It was not clear to me how to. Peter - 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