Date: Thu, 19 Aug 2010 09:00:17 +0000 (UTC) From: Alexander Leidinger <netchild@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc/periodic/daily Makefile src/share/man/man5 periodic.conf.5 src/tools/build/mk OptionalObsoleteFiles.inc Message-ID: <201008190901.o7J91iN3091234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2010-08-19 09:00:17 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
etc/periodic/daily Makefile
share/man/man5 periodic.conf.5
tools/build/mk OptionalObsoleteFiles.inc
Log:
SVN rev 211495 on 2010-08-19 09:00:17Z by netchild
MFC
r209195:
Add a periodic zfs scrub script.
Features:
- configurable amount of days between scrubs (default value or per pool)
- do not scrub directly after pool creation (respects the configured
number of days between scrubs)
- do not scrub if a scrub is in progress
- tells how to see the status of the scrub
- tells how many days since the last scrub if it skips the scrubbing
- warns if a non-existent pool is specified explicitely
(default: no pools specified -> all currently imported pools are
handled)
- runs late in the periodic run to not slow down the other periodic daily
scripts
r209250:
- connect the zfs scrub script
- move the zfs status script into the MK_ZFS conditional to respect
WITHOUT_ZFS
r209253:
Add the ZFS periodic daily scripts to the ZFS part. (make delete-old)
Requested by: "J. Hellenthal" <jhell@DataIX.net>
PR: 149271
Revision Changes Path
1.17.2.2 +5 -1 src/etc/periodic/daily/Makefile
1.65.10.2 +20 -1 src/share/man/man5/periodic.conf.5
1.20.2.4 +2 -0 src/tools/build/mk/OptionalObsoleteFiles.inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008190901.o7J91iN3091234>
