svn commit: r41314 - head/en_US.ISO8859-1/books/handbook/disks

Glen Barber gjb at FreeBSD.org
Tue Mar 26 21:00:27 UTC 2013


Author: gjb
Date: Tue Mar 26 21:00:27 2013
New Revision: 41314
URL: http://svnweb.freebsd.org/changeset/doc/41314

Log:
  Remove notes about unimplemented HAST modes.
  
  Submitted by:	mjg

Modified:
  head/en_US.ISO8859-1/books/handbook/disks/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Tue Mar 26 20:33:45 2013	(r41313)
+++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Tue Mar 26 21:00:27 2013	(r41314)
@@ -4152,9 +4152,7 @@ Device          1K-blocks     Used    Av
 	      before actually storing the data.  The data on the
 	      remote node will be stored directly after sending the
 	      acknowledgement.  This mode is intended to reduce
-	      latency, but still provides very good reliability.  The
-	      <emphasis>memsync</emphasis> replication mode is
-	      currently not implemented.</para>
+	      latency, but still provides very good reliability.</para>
 	  </listitem>
 
 	  <listitem>
@@ -4170,9 +4168,7 @@ Device          1K-blocks     Used    Av
 	      as completed when local write completes.  This is the
 	      fastest and the most dangerous replication mode.  It
 	      should be used when replicating to a distant node where
-	      latency is too high for other modes.  The
-	      <emphasis>async</emphasis> replication mode is currently
-	      not implemented.</para>
+	      latency is too high for other modes.</para>
 	  </listitem>
 	</itemizedlist>
       </sect3>


More information about the svn-doc-all mailing list