K 10 svn:author V 3 mav K 8 svn:date V 27 2011-02-09T12:48:12.879233Z K 7 svn:log V 547 Do not abort rebuild on read errors, just log it and continue. For 2-disk array we have no more redundancy to recover any way. And if this rebuild really implements resync, then skipping damaged block is actually a right behavior, as second copy is most likely valid and can be used for reading. Aborting rebuild same time will make that copy inaccessible. Another reason to do it is that present code tries to rebuild/resync everything that possible. Aborted rebuild will be restarted and likely end with the same result, causing infinite loop. END