From nobody@FreeBSD.org  Sat Nov 26 06:47:32 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A35341065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Nov 2011 06:47:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 91F698FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Nov 2011 06:47:32 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAQ6lWWu062664
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Nov 2011 06:47:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAQ6lWHP062663;
	Sat, 26 Nov 2011 06:47:32 GMT
	(envelope-from nobody)
Message-Id: <201111260647.pAQ6lWHP062663@red.freebsd.org>
Date: Sat, 26 Nov 2011 06:47:32 GMT
From: Oliver Hartmann <ohartman@mail.zedat.fu-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: periodic.conf: daily_scrub_zfs_default_threshold: defaults to 35 in script, is mentioned to have default 30 in doc
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162890
>Category:       docs
>Synopsis:       periodic.conf: daily_scrub_zfs_default_threshold: defaults to 35 in script, is mentioned to have default 30 in doc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gjb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 26 06:50:09 UTC 2011
>Closed-Date:    Sat Jan 07 02:05:42 UTC 2012
>Last-Modified:  Sat Jan  7 02:10:11 UTC 2012
>Originator:     Oliver Hartmann
>Release:        FreeBSD 10.0-CURRENT/amd64
>Organization:
FU Berlin
>Environment:
>Description:
Script config file /etc/defaults/periodic.conf has for daily_scrub_zfs_default_threshold a value of 35. The manpage for periodic.conf mentions 30 as the default value.
>How-To-Repeat:
compare /etc/defaults/periodic.conf and those values mentioned to be default as given by the manpage periodic.conf.
>Fix:


>Release-Note:
>Audit-Trail:

From: Niclas Zeising <niclas.zeising@gmail.com>
To: Oliver Hartmann <ohartman@mail.zedat.fu-berlin.de>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/162890: periodic.conf: daily_scrub_zfs_default_threshold:
 defaults to 35 in script, is mentioned to have default 30 in doc
Date: Sat, 26 Nov 2011 09:34:49 +0100

 This is a multi-part message in MIME format.
 --------------060502000207000700060706
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Here is a patch for that change.
 Regards!
 -- 
 Niclas
 
 --------------060502000207000700060706
 Content-Type: text/plain;
  name="periodic.conf.5.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="periodic.conf.5.diff"
 
 Index: share/man/man5/periodic.conf.5
 ===================================================================
 --- share/man/man5/periodic.conf.5	(revision 227991)
 +++ share/man/man5/periodic.conf.5	(working copy)
 @@ -631,7 +631,7 @@
  .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.
 +The default value if no value is set is 35, which corresponds to 5 weeks.
  .It Va daily_scrub_zfs_ Ns Ao Ar poolname Ac Ns Va _threshold
  .Pq Vt int
  The same as
 
 --------------060502000207000700060706--
Responsible-Changed-From-To: freebsd-doc->gjb 
Responsible-Changed-By: gjb 
Responsible-Changed-When: Thu Dec 8 23:48:56 UTC 2011 
Responsible-Changed-Why:  
Make this mine. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=162890 
State-Changed-From-To: open->patched 
State-Changed-By: gjb 
State-Changed-When: Thu Dec 8 23:59:30 UTC 2011 
State-Changed-Why:  
Patched in head (r228355) pending MFC. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=162890 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162890: commit references a PR
Date: Thu,  8 Dec 2011 23:58:36 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Sat Jan 7 02:05:25 UTC 2012 
State-Changed-Why:  
MFCd to stable/9 and stable/8. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=162890 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162890: commit references a PR
Date: Sat,  7 Jan 2012 02:03:27 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Sat Jan  7 02:03:07 2012
 New Revision: 229757
 URL: http://svn.freebsd.org/changeset/base/229757
 
 Log:
   MFC r228355:
   
   - As of r226865, daily_scrub_zfs_default_threshold is 35 days.
   
   PR:		162890
 
 Modified:
   stable/9/share/man/man5/periodic.conf.5
 Directory Properties:
   stable/9/share/man/man5/   (props changed)
 
 Modified: stable/9/share/man/man5/periodic.conf.5
 ==============================================================================
 --- stable/9/share/man/man5/periodic.conf.5	Sat Jan  7 01:39:38 2012	(r229756)
 +++ stable/9/share/man/man5/periodic.conf.5	Sat Jan  7 02:03:07 2012	(r229757)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162890: commit references a PR
Date: Sat,  7 Jan 2012 02:03:50 +0000 (UTC)

 Author: gjb (doc committer)
 Date: Sat Jan  7 02:03:42 2012
 New Revision: 229758
 URL: http://svn.freebsd.org/changeset/base/229758
 
 Log:
   MFC r228355:
   
   - As of r226865, daily_scrub_zfs_default_threshold is 35 days.
   
   PR:		162890
 
 Modified:
   stable/8/share/man/man5/periodic.conf.5
 Directory Properties:
   stable/8/share/man/man5/   (props changed)
 
 Modified: stable/8/share/man/man5/periodic.conf.5
 ==============================================================================
 --- stable/8/share/man/man5/periodic.conf.5	Sat Jan  7 02:03:07 2012	(r229757)
 +++ stable/8/share/man/man5/periodic.conf.5	Sat Jan  7 02:03:42 2012	(r229758)
 @@ -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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
