svn commit: r228355 - head/share/man/man5

Glen Barber gjb at FreeBSD.org
Thu Dec 8 23:58:27 UTC 2011


Author: gjb (doc committer)
Date: Thu Dec  8 23:58:26 2011
New Revision: 228355
URL: http://svn.freebsd.org/changeset/base/228355

Log:
  As of r226865, daily_scrub_zfs_default_threshold is 35 days; document
  accordingly.
  
  PR:		162890
  Submitted by:	Oliver Hartmann (ohartman ! mail.zedat.fu-berlin.de)
  Patch by:	Niclas Zeising (niclas.zeising ! gmail.com)
  MFC after:	1 week
  X-Need-MFC:	r226865

Modified:
  head/share/man/man5/periodic.conf.5

Modified: head/share/man/man5/periodic.conf.5
==============================================================================
--- head/share/man/man5/periodic.conf.5	Thu Dec  8 22:33:37 2011	(r228354)
+++ head/share/man/man5/periodic.conf.5	Thu Dec  8 23:58:26 2011	(r228355)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 15, 2010
+.Dd December 8, 2011
 .Dt PERIODIC.CONF 5
 .Os
 .Sh NAME
@@ -631,7 +631,7 @@ If the list is empty or not set, all zfs
 .It Va daily_scrub_zfs_default_threshold
 .Pq Vt int
 Number of days between a scrub if no pool-specific threshold is set.
-The default value if no value is set is 30.
+If not set, the default value is 35, corresponding to 5 weeks.
 .It Va daily_scrub_zfs_ Ns Ao Ar poolname Ac Ns Va _threshold
 .Pq Vt int
 The same as


More information about the svn-src-head mailing list