Hi,

I just hit this as well - inspecting the difference in the created
initramfs the issue seems to be that the entire
/lib/udev/rules.d/64-md-raid.rules has been removed. Presumably under
the headline:
    - removed debian-disable-udev-incr-assembly.diff
      (do not ship udev-md-raid-assembly.rules for now)
but that file did more:

-# do not edit this file, it will be overwritten on update
-
-SUBSYSTEM!="block", GOTO="md_end"
-
-# handle potential components of arrays (the ones supported by md)
-ENV{ID_FS_TYPE}=="ddf_raid_member|isw_raid_member|linux_raid_member", 
GOTO="md_inc"
-GOTO="md_inc_skip"
-
-LABEL="md_inc"
-
-## DISABLED: Incremental udev assembly disabled
-## ** this is a Debian-specific change **
-GOTO="md_inc_skip"
-
-# remember you can limit what gets auto/incrementally assembled by
-# mdadm.conf(5)'s 'AUTO' and selectively whitelist using 'ARRAY'
-ACTION=="add", RUN+="/sbin/mdadm --incremental $tempnode"
-ACTION=="remove", ENV{ID_PATH}=="?*", RUN+="/sbin/mdadm -If $name --path 
$env{ID_PATH}"
-ACTION=="remove", ENV{ID_PATH}!="?*", RUN+="/sbin/mdadm -If $name"
-
-LABEL="md_inc_skip"
-
-# handle md arrays
-ACTION!="add|change", GOTO="md_end"
-KERNEL!="md*", GOTO="md_end"
...

As you can see, the incremental udev assembly only skipped four lines,
not the entire file. That explains the issue of no proper /dev notes
getting created, right?

(Btw, there's a spurious trailing A in changelog.Debian.gz).

Greetings,

Andres Freund


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to