Bug#607565: initramfs-tools: initramfs fails to assemble Intel RAID array
NeilBrown
neilb at suse.de
Sun Jan 30 22:15:38 UTC 2011
On Sun, 30 Jan 2011 12:14:56 +0100 Roel Brook <rainmaker52 at gmail.com> wrote:
> OK. It's definably the DEVICE line which is stopping the arrays from
> being assembled and started.
>
> I changed DEVICE to "containers", but it told me "None of the devices in
> the configuration file could be found".
>
> Simply changing the DEVICE line to something wrong like "foo", causes
> mdadm to give a warning ("Invalid DEVICE line"), but it assemble the
> arrays correctly.
>
> Removing the line has the same effect.
This is the correct fix. Remove the DEVICE line.
The default DEVICE line (which is in effect if no DEVICE line is explicitly
given) is
DEVICE partitions containers
which essentially means "feel free to use use anything in an md array".
A DEVICE line is only needed if you want to explicitly list some smaller
subset of things.
There was a time when a DEVICE line was needed, but that is long gone now.
Thanks,
NeilBrown
More information about the pkg-mdadm-devel
mailing list