rpms/mdadm/devel raid-check,NONE,1.1

Doug Ledford dledford at fedoraproject.org
Wed Mar 18 18:25:56 UTC 2009


Author: dledford

Update of /cvs/extras/rpms/mdadm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20945

Added Files:
	raid-check 
Log Message:
* Tue Mar 17 2009 Doug Ledford <dledford at redhat.com> - 3.0-0.devel3.1
- Update to latest devel release
- Remove the no longer necessary udev patch
- Remove the no longer necessary warn patch
- Remove the no longer necessary alias patch
- Update the mdadm.rules file to only pay attention to device adds, not
  changes and to enable incremental assembly
- Add a cron job to run a weekly repair of the array to correct bad sectors
- Resolves: bz474436, bz490972



--- NEW FILE raid-check ---
#!/bin/bash

for dev in `grep "^md.*: active" /proc/mdstat | cut -f 1 -d ' '`; do
	echo "repair" > /sys/block/$dev/md/sync_action
done





More information about the fedora-extras-commits mailing list