diff options
author | gjb <gjb@FreeBSD.org> | 2011-12-08 23:58:26 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-12-08 23:58:26 +0000 |
commit | 9bcc23b7951d32298299c516ff06e92dff3a7651 (patch) | |
tree | c31810b9cacda71e2f105982ba963265191c2236 | |
parent | 18e9c445ab0f31a8d041d23c9f05ee4f7de1f49e (diff) | |
download | FreeBSD-src-9bcc23b7951d32298299c516ff06e92dff3a7651.zip FreeBSD-src-9bcc23b7951d32298299c516ff06e92dff3a7651.tar.gz |
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
-rw-r--r-- | share/man/man5/periodic.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 3213615..540ef2e 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -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 pools are scrubbed. .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 |