FS#16119 - [kernel26] Configure kernel for RAID autodetect
Attached to Project:
Arch Linux
Opened by Samuel Gilbert (Prozzaks) - Thursday, 10 September 2009, 02:48 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 10 September 2009, 08:51 GMT
Opened by Samuel Gilbert (Prozzaks) - Thursday, 10 September 2009, 02:48 GMT
Last edited by Tobias Powalowski (tpowa) - Thursday, 10 September 2009, 08:51 GMT
|
Details
Description:
The current kernel (2.6.30-ARCH) is not configured with CONFIG_MD_AUTODETECT. Therefore, it does not probe and assemble software RAID arrays while booting. All that is required is to set "CONFIG_MD_AUTODETECT=y" in the kernel configuration. Additional info: Package version : kernel26-2.6.30.5-1 Steps to reproduce: N/A |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Thursday, 10 September 2009, 08:51 GMT
Reason for closing: Won't implement
Thursday, 10 September 2009, 08:51 GMT
Reason for closing: Won't implement
Comment by Glenn Matthys (RedShift) -
Thursday, 10 September 2009, 06:35 GMT
IIRC autodetection is deprecated and should be handled elsewhere
(mkinitcpio). Please take a look at the mdadm mkinitcpio hook to
initialize your arrays during boot.
Comment by
Tobias Powalowski (tpowa) - Thursday,
10 September 2009, 06:57 GMT
Yes this is done by the mdadm hook in archlinux.
Comment by Jan de Groot (JGC) -
Thursday, 10 September 2009, 08:43 GMT
AFAIK this would also require the raid modules to be built inside
the kernel instead of as module.
Comment by
Tobias Powalowski (tpowa) - Thursday,
10 September 2009, 08:51 GMT
as far as i remember yes, this is a won't implement we use initrd
for assembling those things, for more flexibility