The 'memsync' mode is now the replication mode on all
currently supported FreeBSD releases. Approved by: bcr (mentor)
This commit is contained in:
parent
a537dd69f9
commit
ddcd8240e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47064
1 changed files with 3 additions and 4 deletions
|
@ -3187,16 +3187,15 @@ Device 1K-blocks Used Avail Capacity
|
|||
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.</para>
|
||||
to reduce latency, but still provides good reliability.
|
||||
This mode is the default.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><emphasis>fullsync</emphasis>: 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.</para>
|
||||
slowest replication mode.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue