Date: Fri, 24 Jul 2015 17:06:51 +0000 (UTC) From: Bjoern Heidotting <bhd@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47064 - head/en_US.ISO8859-1/books/handbook/disks Message-ID: <201507241706.t6OH6p8S005948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507241706.t6OH6p8S005948>