From owner-svn-doc-all@freebsd.org Fri Jul 24 17:06:51 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AC719A9F10; Fri, 24 Jul 2015 17:06:51 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AFE31F74; Fri, 24 Jul 2015 17:06:51 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6OH6paf005949; Fri, 24 Jul 2015 17:06:51 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6OH6p8S005948; Fri, 24 Jul 2015 17:06:51 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201507241706.t6OH6p8S005948@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Fri, 24 Jul 2015 17:06:51 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jul 2015 17:06:51 -0000 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. + to reduce latency, but still provides good reliability. + This mode is the default. fullsync: 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. + slowest replication mode.