From nobody@FreeBSD.org  Thu Nov 10 00:13:52 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 77EFE106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Nov 2011 00:13:52 +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 4F0128FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Nov 2011 00:13:52 +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 pAA0DpeE062787
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Nov 2011 00:13:51 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAA0DpmL062757;
	Thu, 10 Nov 2011 00:13:51 GMT
	(envelope-from nobody)
Message-Id: <201111100013.pAA0DpmL062757@red.freebsd.org>
Date: Thu, 10 Nov 2011 00:13:51 GMT
From: Johannes Totz <johannes@jo-t.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: document (new) zfs and zpool cmdline options
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162419
>Category:       docs
>Synopsis:       [request] please document (new) zfs and zpool cmdline options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    allanjude
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 10 00:20:08 UTC 2011
>Closed-Date:    Fri May 23 15:31:50 UTC 2014
>Last-Modified:  Fri May 23 15:31:50 UTC 2014
>Originator:     Johannes Totz
>Release:        
>Organization:
>Environment:
just checked manpages on head in svn
>Description:
Please update manpages for zfs and zpool to include to new command line options that sneaked in with a previous import:
- zfs diff
- zpool import -F -X

Esp what does -F and -X do for import? Discard the most recent txg?
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: "Johannes Totz" <johannes@jo-t.de>
To: <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: docs/162419: [request] please document (new) zfs and zpool cmdline options
Date: Mon, 21 Nov 2011 19:38:23 -0000

 I think r227794 on head just sorted this.
 Please close.
 
 

From: Freddie Cash <fjwcash@gmail.com>
To: bug-followup@freebsd.org
Cc: johannes@jo-t.de
Subject: Re: docs/162419: [request] please document (new) zfs and zpool
 cmdline options
Date: Tue, 22 Nov 2011 14:35:32 -0800

 --bcaec54eecd8cac2f104b25a6b5a
 Content-Type: text/plain; charset=UTF-8
 
 Not sure if this should be a separate PR or not, but the -m option to
 "zpool import" is not documented in FreeBSD 9.0-RC2 r227826.  This option
 just rescued a large pool where the cache device had died, and "zpool
 import" kept complaining about "one or more devices are missing".  -m
 allows you to import pools by skipping over the missing devices.
 
 There's lots of information on -m here:
 http://docs.oracle.com/cd/E19963-01/html/821-1448/gbchy.html
 
 -- 
 Freddie Cash
 fjwcash@gmail.com
 
 --bcaec54eecd8cac2f104b25a6b5a
 Content-Type: text/html; charset=UTF-8
 Content-Transfer-Encoding: quoted-printable
 
 Not sure if this should be a separate PR or not, but the -m option to &quot=
 ;zpool import&quot; is not documented in FreeBSD 9.0-RC2=C2=A0r227826. =C2=
 =A0This option just rescued a large pool where the cache device had died, a=
 nd &quot;zpool import&quot; kept complaining about &quot;one or more device=
 s are missing&quot;. =C2=A0-m allows you to import pools by skipping over t=
 he missing devices.<div>
 <br></div><div>There&#39;s lots of information on -m here:</div><div><a hre=
 f=3D"http://docs.oracle.com/cd/E19963-01/html/821-1448/gbchy.html">http://d=
 ocs.oracle.com/cd/E19963-01/html/821-1448/gbchy.html</a><br clear=3D"all"><=
 div>
 <br></div>-- <br>Freddie Cash<br><a href=3D"mailto:fjwcash@gmail.com">fjwca=
 sh@gmail.com</a><br>
 </div>
 
 --bcaec54eecd8cac2f104b25a6b5a--

From: Allan Jude <allanjude@freebsd.org>
To: bug-followup@FreeBSD.org, johannes@jo-t.de
Cc:  
Subject: Re: docs/162419: [request] please document (new) zfs and zpool cmdline
 options
Date: Fri, 23 May 2014 11:29:45 -0400

 The -F parameter is documented in more recent versions of FreeBSD
 starting with 9.1
 
 The -X parameter is purposefully not documented (and considered
 dangerous) by the upstream OpenZFS project.
 
 -m is documented as well, however the documentation says it only works
 for missing log devices, not missing data devices.
 
 -- 
 Allan Jude
State-Changed-From-To: open->closed 
State-Changed-By: allanjude 
State-Changed-When: Fri May 23 15:30:58 UTC 2014 
State-Changed-Why:  
take and close. resolved by mm@ in r227794 


Responsible-Changed-From-To: freebsd-doc->allanjude 
Responsible-Changed-By: allanjude 
Responsible-Changed-When: Fri May 23 15:30:58 UTC 2014 
Responsible-Changed-Why:  
take and close. resolved by mm@ in r227794 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162419 
>Unformatted:
