Subject: RAIDFrame Question
To: None <netbsd-users@netbsd.org>
From: None <ao-netbsd@replic.net>
List: netbsd-users
Date: 06/04/2005 14:45:58
 Howdy all,

 I'm trying to use NetBSD 2.0 stable and RAIDFrame to setup a 5 disk RAID-5 set. I've got everything configured as far as I can see, but I'm still getting fatal errors. If I specify -C to raidctl it configures fine, but -c will not work due to the errors.

 Here is the tail of the errors it's generating;

Jun  4 14:45:10 orange /netbsd:          Clean: Yes Status: 0
Jun  4 14:45:10 orange /netbsd: Row out of alignment for: /dev/sd5a
Jun  4 14:45:10 orange /netbsd: Column out of alignment for: /dev/sd5a
Jun  4 14:45:10 orange /netbsd: Number of columns do not match for: /dev/sd5a
Jun  4 14:45:10 orange /netbsd: raid0: There were fatal errors
Jun  4 14:45:10 orange /netbsd: RAIDFRAME: failed rf_ConfigureDisks with 22

 Here is the config file;

START array
1 5 0


START disks
/dev/sd1a
/dev/sd2a
/dev/sd3a
/dev/sd4a
/dev/sd5a

START layout
# sectPerSU SUsPerParityUnit SUsPerReconUnit RAID_level
32 1 1 5

START queue
fifo 100


 Thoughts?