From owner-cvs-src-old@FreeBSD.ORG Tue Jun 15 09:03:00 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B0481065670 for ; Tue, 15 Jun 2010 09:03:00 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 189708FC0A for ; Tue, 15 Jun 2010 09:03:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5F92x2T083327 for ; Tue, 15 Jun 2010 09:02:59 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5F92xea083326 for cvs-src-old@freebsd.org; Tue, 15 Jun 2010 09:02:59 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201006150902.o5F92xea083326@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Tue, 15 Jun 2010 08:58:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/periodic/daily 800.scrub-zfs src/share/man/man5 periodic.conf.5 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2010 09:03:00 -0000 netchild 2010-06-15 08:58:16 UTC FreeBSD src repository Modified files: share/man/man5 periodic.conf.5 Added files: etc/periodic/daily 800.scrub-zfs Log: SVN rev 209195 on 2010-06-15 08:58:16Z by netchild 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 Discussed on: fs@ Revision Changes Path 1.1 +86 -0 src/etc/periodic/daily/800.scrub-zfs (new) 1.66 +20 -1 src/share/man/man5/periodic.conf.5