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

Bjoern Heidotting bhd at FreeBSD.org
Fri Jul 24 17:06:51 UTC 2015


Author: bhd
Date: Fri Jul 24 17:06:50 2015
New Revision: 47064
URL: https://svnweb.freebsd.org/changeset/doc/47064

Log:
  The 'memsync' mode is now the replication mode on all
  currently supported FreeBSD releases.
  
  Approved by:	bcr (mentor)

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	Fri Jul 24 12:43:05 2015	(r47063)
+++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml	Fri Jul 24 17:06:50 2015	(r47064)
@@ -3187,16 +3187,15 @@ Device          1K-blocks     Used    Av
 	    acknowledges data arrival, but 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 good
-	    reliability.</para>
+	    to reduce latency, but still provides good reliability.
+	    This mode is the default.</para>
 	</listitem>
 
 	<listitem>
 	  <para><emphasis>fullsync</emphasis>: This mode reports a
 	    write operation as completed when both the local write and
 	    the remote write complete.  This is the safest and the
-	    slowest replication mode.  This mode is the
-	    default.</para>
+	    slowest replication mode.</para>
 	</listitem>
 
 	<listitem>


More information about the svn-doc-head mailing list