|
|||||||||||
|
Re: RAIDframe and softupdates, boot time after a crash
From: Alex Cichowski <e12(at)tfz.net>
Date: Mon Jan 20 2003 - 07:11:05 EST
> There was some hints in a mail to misc@ lately (Alex
What I was thinking of when I wrote the message you mention was doing something like this in /etc/rc before "raidctl -P all":
# Check raid0 parity state
# If no component has already failed, fail one to avoid # a parity rewrite if ! raidctl -s raid0 | grep ': failed' >/dev/null; then raidctl -f /dev/somecomponent raid0 fi fi You could either schedule a cron job to start the reconstruction, or perhaps begin reconstruction immediately in the background by adding "raidctl -R /dev/somecomponent raid0 &" after the "raidctl -f" line above. I haven't actually tried anything like this yet, though. Alex Received on Mon Jan 20 14:03:53 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:32:29 EDT |
||||||||||
|
|||||||||||