From owner-cvs-src-old@FreeBSD.ORG Thu Aug 19 13:24:30 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 8E3D610656CD for ; Thu, 19 Aug 2010 13:24:30 +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 7CA638FC13 for ; Thu, 19 Aug 2010 13:24:30 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7JDOUTX026418 for ; Thu, 19 Aug 2010 13:24:30 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7JDOUOQ026417 for cvs-src-old@freebsd.org; Thu, 19 Aug 2010 13:24:30 GMT (envelope-from netchild@repoman.freebsd.org) Message-Id: <201008191324.o7JDOUOQ026417@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to netchild@repoman.freebsd.org using -f From: Alexander Leidinger Date: Thu, 19 Aug 2010 13:24:13 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/etc/periodic/daily 800.scrub-zfs 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: Thu, 19 Aug 2010 13:24:30 -0000 netchild 2010-08-19 13:24:13 UTC FreeBSD src repository Added files: (Branch: RELENG_8) etc/periodic/daily 800.scrub-zfs Log: SVN rev 211506 on 2010-08-19 13:24:13Z by netchild sort of MFC: r211495 was supposed to add this script from HEAD, and while the merge seems to have been successful, the script does not show up in releng-8. This is a "svn copy head/.../800.zfs-scrub ." as retrying the svn merge does not result in the file showing up. This may not be the best way to fix the problem in svn, but it is the only way I'm aware of to fix the stable branch (which is IMO more important than to use a potential best way I'm not aware of). Relevant commit log for this file (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 Revision Changes Path 1.1.2.2 +86 -0 src/etc/periodic/daily/800.scrub-zfs (new)