- Move the mdadm.map file from /dev/md/ to /dev/ so the installer doesn't

need to precreate the /dev/md/ directory in order for incremental
    assembly to work
This commit is contained in:
Doug Ledford 2009-05-19 17:12:19 +00:00
parent 8f465351a2
commit f58f390b84

View File

@ -1,7 +1,7 @@
Summary: The mdadm program controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 3.0
Release: 0.devel3.6%{?dist}
Release: 0.devel3.7%{?dist}
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}-devel3.tar.bz2
Source1: mdmonitor.init
Source2: raid-check
@ -87,6 +87,11 @@ fi
%attr(0700,root,root) %dir /var/run/mdadm
%changelog
* Tue May 19 2009 Doug Ledford <dledford@redhat.com> - 3.0-0.devel3.7
- Move the mdadm.map file from /dev/md/ to /dev/ so the installer doesn't
need to precreate the /dev/md/ directory in order for incremental
assembly to work
* Tue May 19 2009 Doug Ledford <dledford@redhat.com> - 3.0-0.devel3.6
- Only check raid devices automatically, do not attempt to repair them
during the weekly data scrubbing