[Yaird-devel] Bug#346093: yaird: Not all md devices in /dev/ after boot

clif clif at eugeneweb.com
Wed Jan 25 08:49:05 UTC 2006


Hi,

I ran into this also, the problem seems to be an inconsistant mdadm.conf.
Check the arrays to make sure that all the identities are correct. like
the UUIDs and Devices.

The key lines in /etc/init.d/mdadm-raid are:

            if [ -f $CONFIG ] && [ -x $MDADM ] ; then
---->           $MDADM -A -s -a
            elif [ -x $MDRUN ] ; then
                $MDRUN

The "-s" means scan the conf file for devices to assemble.

You also can do a mdadm -E -s to generate a good start on the conf file
though it probably still needs the "DEVICE Partitions" line. Also I
couldn't see that auto=md made any differnce.

	Ciao,
	Clif








More information about the Yaird-devel mailing list