On Fri, Aug 16, 2013 at 10:15:00PM +0100, Patrick Welche wrote: > I thought this one was amusing: > > quantz# raidctl -s raid6 > Components: > component0: failed > /dev/wd3a: optimal ... > quantz# raidctl -s raid4 > Components: > /dev/wd2a: optimal > component1: failed
In summary, that only happened because the box panicked, and the raid sets have all been stuck back together without even the need to reconstruct with e.g.: raidctl -G raid4 > raid.conf raidctl -u raid4 raidctl -u raid6 edit raid.conf sticking them back together raidctl -C raid.conf raid4 raidctl -A yes raid4 Cheers, Patrick
