]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Makefile
udev: Fix order of execution of the md rules
authorThomas Bächler <thomas@archlinux.org>
Sat, 9 Feb 2013 20:49:47 +0000 (21:49 +0100)
committerNeilBrown <neilb@suse.de>
Mon, 11 Feb 2013 00:15:34 +0000 (11:15 +1100)
commit2452f13a41d3e6fb00665a2d27fbfbf4f51a7464
tree758cabb4ea3faa984ef7adca97f8b380b5411945
parent3ab6bf304a364488aabeecdf283bfee54f10d649
udev: Fix order of execution of the md rules

Right now, the rules that run blkid on raid arrays are executed after
the assembly rules. This means incremental assembly will always fail
when raid arrays are again physical components of raid arrays.

Instead of simply reversing the order, split the rules up into two files,
one dealing with array properties and one dealing with assembly.

Signed-off-by: NeilBrown <neilb@suse.de>
Makefile
udev-md-raid-arrays.rules [moved from udev-md-raid.rules with 75% similarity]
udev-md-raid-assembly.rules [new file with mode: 0644]