Subject: Re: Multi-layered RAID devices
To: rudolf <netbsd@eq.cz>
From: Greg Oster <oster@cs.usask.ca>
List: netbsd-users
Date: 05/17/2005 11:10:52
rudolf writes:
> Hi,
> 
> according to 'man 8 raidctl',
> 
> ``Multi-layered RAID devices (such as a RAID 0 set made up of RAID 1 
> sets) are not supported as root devices or auto-configurable devices at 
> this point.''
> 
> May the patch to init discussed in following thread help with current 
> situation?

No...  the autoconfiguration bits happen in the kernel long before 
init is run.  Allowing multi-layered RAID stuff for root would likely 
require teaching the bootblocks about RAID 0 sets, and that's quite a 
bit harder than supporting RAID 1 sets.  (Autoconfiguration of 
multi-layer RAID sets could be done with a little work, but there 
hasn't bene a whole lot of demand for it...)

> http://mail-index.netbsd.org/tech-userlevel/2005/05/15/0000.html
> 
> r.

Later...

Greg Oster