daemon: Mark tunable VerifyRecoveryLock as obsolete
authorMartin Schwenke <martin@meltin.net>
Tue, 9 Dec 2014 02:47:42 +0000 (13:47 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Wed, 18 Feb 2015 01:02:29 +0000 (12:02 +1100)
commit9f98a42f01cdaa262e186eac093f7aa06766c88c
treeeedffa69b2d2360d81bd7bbaed7e29f2f97a44e9
parentf87d186a40d50dd9fe97aadf81414c9327ad8cf4
daemon: Mark tunable VerifyRecoveryLock as obsolete

It is pointless having a recovery lock but not sanity checking that it
is working.  Also, the logic that uses this tunable is confusing.  In
some places the recovery lock is released unnecessarily because the
tunable isn't set.

Simplify the logic by assuming that if a recovery lock is specified
then it should be verified.

Update documentation that references this tunable.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
(Imported from commit d110fe231849d76ecb83378c934627dc64b74c72)
doc/ctdb-tunables.7.xml
doc/ctdb.1.xml
server/ctdb_recover.c
server/ctdb_recoverd.c
server/ctdb_server.c
server/ctdb_tunables.c