You can start a raid array at boot time with a boot parameter like:
md=0,/dev/somedisc,/dev/otherdisc,/dev/thatoneoverthere
However, this only worked for device names that were hard coded into
init/main.c. Devices which only had names in devfs couldn't be
recognised.
The patch delayed the processing of the names in an md= line until
after devfs was initialised, and the made sure that devfs had a chance
to look at them.
>
> > This diff is against md.c in 2.4.4.
> > Comments/testing please.
>
> Have you received any other comments? I've not tracked this.
The patch is already in Linus' tree.
NeilBrown
>
> Regards,
>
> Richard....
> Permanent: rgooch@atnf.csiro.au
> Current: rgooch@ras.ucalgary.ca
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/