Package: dmraid
Version: 1.0.0.rc16-5
Severity: critical

Dear maintainers,

dmraid in jessie currently does not activate my software raid. As the boot/root partition is on the raid, my machine does not boot.

The reason is that in /usr/share/initramfs-tools/scripts/local-top/dmraid, the call of "dmraid -r -c" results in

/dev/sdb
/dev/sda

so that dmraid-activate is run with these parameters, and dmraid-activate calls

Raid_Name=$(dmraid -i -r -cr /dev/$Node_Name | grep -vi "No RAID disks" | grep -vi "formats discovered")

As $Node_Name already contains "/dev", in my case dmraid is called with parameters /dev/dev/sdb and /dev/dev/sda .

Regards
  Christoph

Reply via email to