- 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:
parent
2fd6d0dc52
commit
4709789787
6
mdadm.rules
Normal file
6
mdadm.rules
Normal 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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user