summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-07-22 08:30:14 +0000
committerpjd <pjd@FreeBSD.org>2010-07-22 08:30:14 +0000
commit3f34a9652f0bdd0c831fbb46eb6f576ec725fd9c (patch)
tree166b32e26cadc4faf9b9be430325f6ca16b499e1 /sbin
parenta5239fb269b12b99a580264d4df46692b5078fd0 (diff)
downloadFreeBSD-src-3f34a9652f0bdd0c831fbb46eb6f576ec725fd9c.zip
FreeBSD-src-3f34a9652f0bdd0c831fbb46eb6f576ec725fd9c.tar.gz
Actually, only the fullsync mode is implemented, not memsync mode.
Correct manual page. MFC after: 3 days
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/hast.conf.58
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/hastd/hast.conf.5 b/sbin/hastd/hast.conf.5
index 691448d..5377e6a 100644
--- a/sbin/hastd/hast.conf.5
+++ b/sbin/hastd/hast.conf.5
@@ -175,8 +175,10 @@ Before secondary node returns, primary node dies entirely.
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
OpenPOWER on IntegriCloud