diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-03-20 12:25:47 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2012-03-20 12:26:32 +1100 |
commit | 462cdbc5c4e7d1c0dcbeec7a4767783d3f45db2d (patch) | |
tree | 4d09b451700b984f1bbc5d0200a1741b418ea881 | |
parent | e7e51ddb64cb362d3417eaae7c8d7fd5a5c4ea4d (diff) | |
download | samba-462cdbc5c4e7d1c0dcbeec7a4767783d3f45db2d.tar.gz samba-462cdbc5c4e7d1c0dcbeec7a4767783d3f45db2d.tar.xz samba-462cdbc5c4e7d1c0dcbeec7a4767783d3f45db2d.zip |
DOC: Document the MaxLACount tunable variable
(This used to be ctdb commit cf96d6380de974c1abff7a33c62a7e31ac980551)
-rw-r--r-- | ctdb/doc/ctdbd.1.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ctdb/doc/ctdbd.1.xml b/ctdb/doc/ctdbd.1.xml index 2dc723d55a..0cf365a54f 100644 --- a/ctdb/doc/ctdbd.1.xml +++ b/ctdb/doc/ctdbd.1.xml @@ -930,6 +930,19 @@ </para> </refsect2> + <refsect2><title>MaxLACount</title> + <para>Default: 20</para> + <para> + When record content is fetched from a remote node, if it is only for + reading the record, pass back the content of the record but do not yet + migrate the record. Once MaxLACount identical requests from the + same remote node have been seen will the record be forcefully migrated + onto the requesting node. This reduces the amount of migration for a + database read-mostly workload at the expense of more frequent network + roundtrips. + </para> + </refsect2> + <refsect2><title>StatHistoryInterval</title> <para>Default: 1</para> <para> |