https://bugzilla.novell.com/show_bug.cgi?id=798275 https://bugzilla.novell.com/show_bug.cgi?id=798275#c10 --- Comment #10 from Robert Milasan <rmilasan@suse.com> 2013-02-26 19:22:31 UTC --- The number of the raid is based on the number of the minor of the raid device, so if kernel event says that the raid has minor 127 then the device is md127. I think this usually happens when creating a raid device in this way: # mdadm --create /dev/md/raid1 -e 1.2 --raid-devices=2 -l 1 /dev/sdb1 /dev/sdc1 # cat /sys/block/md127/uevent MAJOR=9 MINOR=127 DEVNAME=md127 DEVTYPE=disk but when creating the raid like this: # mdadm --create /dev/md0 -e 1.2 --raid-devices=2 -l 1 /dev/sdb1 /dev/sdc1 # /sys/block/md0/uevent MAJOR=9 MINOR=0 DEVNAME=md0 DEVTYPE=disk The actual minor will be 0 like we just named it, or at least this is what I believe it happens, but from the udev point of you, I can't really do anything. -- 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.