Re: [PATCH md 013 of 18] Improve handing of read errors with raid6

2005-11-30 Thread Neil Brown
On Wednesday November 30, [EMAIL PROTECTED] wrote: > NeilBrown ([EMAIL PROTECTED]) wrote on 28 November 2005 10:40: > >This is a simple port of match functionality across from raid5. > >If we get a read error, we don't kick the drive straight away, but > >try to over-write with good data first.

Re: [PATCH md 013 of 18] Improve handing of read errors with raid6

2005-11-30 Thread Carlos Carvalho
NeilBrown ([EMAIL PROTECTED]) wrote on 28 November 2005 10:40: >This is a simple port of match functionality across from raid5. >If we get a read error, we don't kick the drive straight away, but >try to over-write with good data first. Does it really mean that this funcionality is already avai

[PATCH md 013 of 18] Improve handing of read errors with raid6

2005-11-27 Thread NeilBrown
This is a simple port of match functionality across from raid5. If we get a read error, we don't kick the drive straight away, but try to over-write with good data first. Signed-off-by: Neil Brown <[EMAIL PROTECTED]> ### Diffstat output ./drivers/md/raid6main.c | 70 ++