summaryrefslogtreecommitdiff
path: root/debian/README.checkarray
blob: ffc9ea46bfa056987b132cb19e089b9ca45362d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
checkarray notes
================

checkarray will run parity checks across all your redundant arrays. By
default, it is configured to run on the first Sunday of each month, at 01:06
in the morning. This is realised by asking cron to wake up every Sunday with
/etc/cron.d/mdadm, but then only running the script when the day of the month
is less than or equal to 7. See #380425.

'check' is a read-only operation, even though the kernel logs may suggest
otherwise.

If while reading, a read error occurs, the check will trigger the normal
response to read errors which is to generate the 'correct' data and try to
write that out - so it is possible that a 'check' will trigger a write.
However in the absence of read errors it is read-only.

 -- martin f. krafft <madduck@debian.org>  Tue, 01 Aug 2006 12:08:05 +0100

Revision: $Id$