Comment 22 for bug 75681

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote : Re: initramfs script: race condition between sata and md

The problem here is clearly that mdadm is being run too early, and is trying to assemble RAIDs that are not yet complete.

Either mdadm needs to be fixed so that doing this is possible, and harmless; like it is for lvm, etc. or the script that calls mdadm needs to check whether it is safe to call mdadm yet.