CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2013/07/01 05:33:21
Modified files: sys/dev : softraid.c Log message: When an I/O error occurs on a softraid chunk, only take it offline if the discipline supports redundancy. In the non-redundant case, there is little to gain my failing the chunk, in fact it just makes any form of data recovery significantly harder. ok krw@ todd@