From owner-svn-src-head@FreeBSD.ORG Thu Jul 22 08:30:15 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1FB1065674; Thu, 22 Jul 2010 08:30:15 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1E5D38FC14; Thu, 22 Jul 2010 08:30:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6M8UFGe090580; Thu, 22 Jul 2010 08:30:15 GMT (envelope-from pjd@svn.freebsd.org) Received: (from pjd@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6M8UFYo090578; Thu, 22 Jul 2010 08:30:15 GMT (envelope-from pjd@svn.freebsd.org) Message-Id: <201007220830.o6M8UFYo090578@svn.freebsd.org> From: Pawel Jakub Dawidek Date: Thu, 22 Jul 2010 08:30:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210368 - head/sbin/hastd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 08:30:15 -0000 Author: pjd Date: Thu Jul 22 08:30:14 2010 New Revision: 210368 URL: http://svn.freebsd.org/changeset/base/210368 Log: Actually, only the fullsync mode is implemented, not memsync mode. Correct manual page. MFC after: 3 days Modified: head/sbin/hastd/hast.conf.5 Modified: head/sbin/hastd/hast.conf.5 ============================================================================== --- head/sbin/hastd/hast.conf.5 Thu Jul 22 07:47:50 2010 (r210367) +++ head/sbin/hastd/hast.conf.5 Thu Jul 22 08:30:14 2010 (r210368) @@ -175,8 +175,10 @@ Before secondary node returns, primary n When the secondary node comes back to life it becomes the new primary. Unfortunately some small amount of data which was confirmed to be stored to the application was lost. -The risk of such a situation is very small, which is the reason for this -mode to be the default. +The risk of such a situation is very small. +The +.Ic memsync +replication mode is currently not implemented. .It Ic fullsync .Pp Mark the write operation as completed when local as well as remote @@ -184,7 +186,7 @@ write completes. This is the safest and the slowest replication mode. The .Ic fullsync -replication mode is currently not implemented. +replication mode is the default. .It Ic async .Pp The write operation is reported as complete right after the local write