From f2414841f2f6e8cabc90784f4f30c1b8b6038d6d Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Fri, 18 Nov 2016 15:09:26 +1100 Subject: 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 Reviewed-by: Martin Schwenke Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Fri Nov 25 08:13:59 CET 2016 on sn-devel-144 --- ctdb/doc/ctdb-tunables.7.xml | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'ctdb/doc') 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 @@ -461,27 +461,6 @@ - - RecoverPDBBySeqNum - Default: 1 - - 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. - - - 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. - - - By default, recovery of persistent databses is done using - __db_sequence_number__ record. - - - RecoverTimeout Default: 120 -- cgit v1.2.1