Subject: Re: RFC: root on raidframe howto
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Greg Oster <oster@cs.usask.ca>
List: port-i386
Date: 08/06/2003 14:25:52
Manuel Bouyer writes:
> On Wed, Aug 06, 2003 at 03:15:11PM +0300, Martti Kuparinen wrote:
> > # raidctl -S raid0
> > Reconstruction is 0% complete.
> > Parity Re-write is 100% complete.
> > Copyback is 100% complete.
> > Reconstruction status:
> >   1% |                                       | ETA: 02:16:10 \
> 
> As far as I know, raidctl -S doesn't show the progress bar.
> To get it you have to use -v when starting the resconstruction:
> raidctl -v -F component1 raid0
> 
> There is no way to get it after (i.e. don't ^C your raidctl -F :)

Actually...  You can ^C the "raidctl -F", and you can "reconnect" to 
see the progress bar by doing a 'raidctl -vS raid0".  (The rebuild is 
actually being done by a kernel thread, and that doesn't get killed 
by the ^C.)

Later...

Greg Oster