https://bugzilla.novell.com/show_bug.cgi?id=775746 https://bugzilla.novell.com/show_bug.cgi?id=775746#c4 Neil Brown <nfbrown@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Neil Brown <nfbrown@suse.com> 2012-08-20 07:21:57 UTC --- I think the fix to your problem is the patch below. If the line that is added is already in your udev rules files, or if adding it (to /lib/udev/rules.d/64-md-raid.rules and running mkinitrd) doesn't fix the problem, please re-open. diff --git a/udev-md-raid.rules b/udev-md-raid.rules index f564f70..814c897 100644 --- a/udev-md-raid.rules +++ b/udev-md-raid.rules @@ -28,7 +28,7 @@ ENV{DEVTYPE}=="partition", GOTO="md_ignore_state" # never leave state 'inactive' ATTR{md/metadata_version}=="external:[A-Za-z]*", ATTR{md/array_state}=="inactive", GOTO="md_ignore_state" TEST!="md/array_state", GOTO="md_end" -ATTR{md/array_state}=="|clear|inactive", GOTO="md_end" +ATTR{md/array_state}=="|clear|inactive", ENV{SYSTEMD_READY}="0", GOTO="md_end" LABEL="md_ignore_state" IMPORT{program}="/sbin/mdadm --detail --export $tempnode" This ensures systemd waits for the array to be properly assembled. This patch is in the mdadm in Factory. The errors in comment 2 look like some sort of hardware problem, maybe loose or bad cable or something. They are not directly related to RAID. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.