summaryrefslogtreecommitdiff
path: root/ctdb/doc
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2016-11-18 15:09:26 +1100
committerMartin Schwenke <martins@samba.org>2016-11-25 08:13:59 +0100
commitf2414841f2f6e8cabc90784f4f30c1b8b6038d6d (patch)
tree3ff651e7515f4788f2fd8d72d40c04f07c2a75f0 /ctdb/doc
parent2a9584dc0a768b84b2a5e78de164c67b7cf972e7 (diff)
downloadsamba-f2414841f2f6e8cabc90784f4f30c1b8b6038d6d.tar.gz
ctdb-daemon: Mark RecoverPDBBySeqNum tunable deprecated
Persistent databases are now always recovered by sequence number, so there is no need for this tunable. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Fri Nov 25 08:13:59 CET 2016 on sn-devel-144
Diffstat (limited to 'ctdb/doc')
-rw-r--r--ctdb/doc/ctdb-tunables.7.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/ctdb/doc/ctdb-tunables.7.xml b/ctdb/doc/ctdb-tunables.7.xml
index 088e8227620..8143a45a795 100644
--- a/ctdb/doc/ctdb-tunables.7.xml
+++ b/ctdb/doc/ctdb-tunables.7.xml
@@ -462,27 +462,6 @@
</refsect2>
<refsect2>
- <title>RecoverPDBBySeqNum</title>
- <para>Default: 1</para>
- <para>
- When set to zero, database recovery for persistent databases is
- record-by-record and recovery process simply collects the most
- recent version of every individual record.
- </para>
- <para>
- When set to non-zero, persistent databases will instead be
- recovered as a whole db and not by individual records. The
- node that contains the highest value stored in the record
- "__db_sequence_number__" is selected and the copy of that nodes
- database is used as the recovered database.
- </para>
- <para>
- By default, recovery of persistent databses is done using
- __db_sequence_number__ record.
- </para>
- </refsect2>
-
- <refsect2>
<title>RecoverTimeout</title>
<para>Default: 120</para>
<para>