- Readd our old mdadm rules file that does incremental assembly

- Remove the new mdadm rules file from upstream as we already have this in
    our udev package (and the one in the udev package already has a bug
    fixed)
This commit is contained in:
Doug Ledford 2009-02-19 21:11:13 +00:00
parent 2fd6d0dc52
commit 4709789787
2 changed files with 7 additions and 0 deletions

6
mdadm.rules Normal file
View File

@ -0,0 +1,6 @@
# This file causes block devices with Linux RAID (mdadm) signatures to
# automatically cause mdadm to be run.
# See udev(8) for syntax
SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_FS_TYPE}=="linux_raid*", \
RUN+="/sbin/mdadm -I $root/%k"

View File

@ -18,6 +18,7 @@ Obsoletes: mdctl,raidtools
Requires(post): /sbin/service, /sbin/chkconfig
Requires(preun): /sbin/service, /sbin/chkconfig
Requires(postun): /sbin/service
BuildRequires: glibc-static
%description
The mdadm program is used to create, manage, and monitor Linux MD (software