Date: Thu, 22 Jul 2010 08:30:14 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r210368 - head/sbin/hastd Message-ID: <201007220830.o6M8UFYo090578@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007220830.o6M8UFYo090578>