On Sat, Feb 06, 2016 at 11:01:21AM -0500, Johan Huldtgren wrote: > >Looking at the raid5 code, it looks like you get into this state if > >more than 2 chunks in the RAID5 volume fail. > >Are you sure all the disks are OK? > > As far as I can tell yes, I don't see anything in dmesg, S.M.A.R.T > isn't reporting any errors (but I've been told that means little). > Anything in particular you think would be useful to test? > > .jh >
I would compile a kernel with 'option SR_DEBUG', and with 'uint32_t sr_debug = SR_D_STATE' in sys/dev/softraid.c line 63. This might shed light on which chunks have a problem.

