]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdcheck: new script to help with regular checks of md arrays.
authorNeilBrown <neilb@suse.de>
Thu, 22 May 2014 06:00:39 +0000 (16:00 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 22 May 2014 06:00:39 +0000 (16:00 +1000)
commitdf881f757b3d61e5dfc1a2b23436ab1cf5247157
tree6070bc82f53e9ae3a302d9e2e45171cf0542928d
parenta740cf6432245d607ee216b5380a3215084f101d
mdcheck: new script to help with regular checks of md arrays.

This script allows arrays to be 'checked' for a limited amount
of time on a regular basis.

For example, running

 mdcheck --duration 6hours

early every Sunday morning and

 mdcheck --continue 6hours

ever other morning will check all arrays every week, but if that take
more than 6 hours, will won't run into the day, but will be continued
the next morning, and the next ... etc.

Signed-off-by: NeilBrown <neilb@suse.de>
misc/mdcheck [new file with mode: 0644]