Subject: RAID1 problem
To: None <netbsd-users@netbsd.org>
From: Wojciech Puchar <wojtek@chylonia.3miasto.net>
List: netbsd-users
Date: 09/27/2002 12:20:49
i'm in process of converting one drive to RAID set

i defined /etc/raid0.conf to be:

START array
1 2 0
START disks
/dev/wd0e
/dev/wd1e
START layout
128 1 1 1
START queue
fifo 100


with nonexisting wd0e partition (as at wd0 i had data). it started, i did
-I etc..., then disklabel on raid0, newfs, copied all data, started from
raid0.

then i tried
raidctl -a /dev/wd0e raid0
and got:


root@chylonia# raidctl -s raid0
Components:
          component0: failed
           /dev/wd1e: optimal
Spares:
           /dev/wd0e: spare
component0 status is: failed.  Skipping label.
Component label for /dev/wd1e:
   Row: 0 Column: 1 Num Rows: 1 Num Columns: 2
   Version: 2 Serial Number: 1744432 Mod Counter: 52
   Clean: No Status: 0
   sectPerSU: 128 SUsPerPU: 1 SUsPerRU: 1
   RAID Level: 1  blocksize: 512 numBlocks: 25434112
   Autoconfig: Yes
   Root partition: Yes
   Last configured as: raid0
/dev/wd0e status is: spare.  Skipping label.
Parity status: DIRTY
Reconstruction is 100% complete.
Parity Re-write is 100% complete.
Copyback is 100% complete.


but HOW to make it not spare but component0 and start parity rewrite?