Karel Gardas [gard...@gmail.com] wrote: > Hello, > > I think I've found a bug on software RAID1 implementation of handling > write errors. IMHO code should check if every write to every chunk > succeed. If not, then there is an error which it needs to handle. > Proposed patch handles such error by off-lining the problematic drive. > The patch compiles on current, but so far it's not tested at all -- I > send it to get some advice from developers if this is the way to go or > not and if so, then how exactly proceed with patch send etc. >
My first impression, offlining the drive after a single chunk failure may be too aggressive as some errors are a result of issues other than drive failures.