The issue seems to be in udev scripts as Pascal Hambourg said.
In debian 7 there is one script in intramfs to manage md devices:
/lib/udev/rules.d/64-md-raid.rules
In debian 8 there are two different scripts:
/lib/udev/rules.d/63-md-raid-arrays.rules
/lib/udev/rules.d/64-md-raid-assembly.rules
T
This is the workaround to boot the system.
In busybox manually start raid volumes:
mdadm --run /dev/md0
mdadm --run /dev/md1
mdadm --run /dev/md2
mdadm --run /dev/md
close busybox with
exit
system will now boot
on next reboot everything is fine because the arry was in state: active,
degra
I can confrm the bug.
after boot, in intramfs busybox, the array is installed but in inactive
state.
The array can be started with
mdadm --run /dev/md0
the array will start as expected in degraded mode,
but this doesn't solve the issue.
It should be done automatically at boot.
Testing config:
v
3 matches
Mail list logo