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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to