On Sat, Feb 06, 2016 at 02:44:00PM -0500, Johan Huldtgren wrote: > >This should show chunk states. To map from number this prints to a state, > >see the #defines listed at struct bioc_disk.bd_status in sys/dev/biovar.h > >starting line 92. > > scsibus5 at softraid0: 256 targets > softraid0: trying to bring up sd9 degraded > softraid0: sd9 was not shutdown properly > softraid0: sd9: sr_raid_set_vol_state > softraid0: sd9: sd1a: chunk state is 0 > softraid0: sd9: sd0a: chunk state is 0 > softraid0: sd9: : chunk state is 1 > softraid0: sd9: : chunk state is 1 > softraid0: sd9: : chunk state is 1 > softraid0: sd9: : chunk state is 1 > softraid0: sd9: : chunk state is 1 > softraid0: sd9: : chunk state is 1 > softraid0: sd9: sr_raid5_set_vol_state 0 -> 1 > softraid0: sd9 is offline, will not be brought online > softraid0: sr_sensors_delete > > So sd0 and sd1 are online and then the remaining are > not only offline but unknown? (or does it not print > the device when it's perceived as offline?). Now I > can clearly see and access the rest of the drives, so > why would softraid think they're offline?
Not sure. Perhaps these drives don't have good meta data due to the crash? Can you set sr_debug = SR_D_STATE | SR_D_META and see if that prints anything informative?

