]> TLD Linux GIT Repositories - packages/mdadm.git/blob - mdadm.sysconfig
- fix paths in udev rules
[packages/mdadm.git] / mdadm.sysconfig
1 # Customized setings for sysconf
2
3 # Nice level for sysconf
4 SERVICE_RUN_NICE_LEVEL="+5"
5
6 # Should mdadm run monthly redundancy checks of the MD arrays?
7 #
8 # If the kernel supports it (versions greater than 2.6.14), mdadm can periodically check the
9 # redundancy of MD arrays (RAIDs). This may be a resource-intensive process,
10 # depending on the local setup, but it could help prevent rare cases of data loss.
11 # Note that this is a read-only check unless errors are found; if errors are
12 # found, mdadm will try to correct them, which may result in write access to
13 # the media.
14 # .
15 # The default, if turned on, is to check on the first Sunday of every
16 # month at 01:06.
17 AUTOCHECK=yes