Bug 189072

Summary: [faq] FAQ Outdated: Missing ZFS TRIM in -STABLE
Product: Documentation Reporter: Johannes Jost Meixner <xmj>
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Johannes Jost Meixner freebsd_committer freebsd_triage 2014-04-28 14:20:00 UTC
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#all-about-zfs

currently states
"ZFS TRIM support was added to FreeBSD 10-CURRENT with revision r240868. ZFS TRIM support is not yet available on the -STABLE branches."

However, https://www.freebsd.org/news/status/report-2013-04-2013-06.html#ZFS-TRIM-and-Enhanced-BIO_DELETE-Support writes that as of June, ZFS TRIM support exists in all STABLE branches.

Revisions of MFC: 
252162 - 8-STABLE
251419 - 9-STABLE
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2014-05-04 20:13:25 UTC
Responsible Changed
From-To: freebsd-doc->bcr

Take this one.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-04 20:29:57 UTC
Author: bcr
Date: Sun May  4 19:29:54 2014
New Revision: 44755
URL: http://svnweb.freebsd.org/changeset/doc/44755

Log:
  Update ZFS TRIM section to reflect that support was added to STABLE
  branches as well. Provide the revision numbers from the PR.
  
  PR:		189072
  Submitted by:	xmj

Modified:
  head/en_US.ISO8859-1/books/faq/book.xml

Modified: head/en_US.ISO8859-1/books/faq/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/faq/book.xml	Sun May  4 15:32:15 2014	(r44754)
+++ head/en_US.ISO8859-1/books/faq/book.xml	Sun May  4 19:29:54 2014	(r44755)
@@ -3733,8 +3733,9 @@ C:\="DOS"</programlisting>
 	  <answer>
 	    <para>ZFS TRIM support was added to &os;&nbsp;10-CURRENT
 	      with revision r<revnumber>240868</revnumber>.  ZFS TRIM
-	      support is not yet available on the -STABLE
-	      branches.</para>
+	      support was added to all &os;-STABLE branches in
+	      r<revnumber>252162</revnumber> and
+	      r<revnumber>251419</revnumber>, respectively.</para>
 
 	    <para>ZFS TRIM is enabled by default, and can be turned
 	      off by adding this line to
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Benedict Reuschling freebsd_committer freebsd_triage 2014-05-04 20:31:12 UTC
State Changed
From-To: open->closed

A patch that updated the section was commit. Thanks for filing the PR 
and providing the revision numbers, xmj! 
PR closed.