From 6793f077a8df4d83588c420d82beae4d364c6ed1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 May 2009 01:18:27 +1000 Subject: Add a new variable VerifyRecoveryLock which can be used to disable the test that the recovery daemon holds the lock properly when performing a recovery (This used to be ctdb commit 329df9e47e6ca8ab5143985a999e68f37c6d88a5) --- ctdb/server/ctdb_tunables.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ctdb/server/ctdb_tunables.c') diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index 7fa5e808c5..bab9aef25a 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -54,6 +54,7 @@ static const struct { { "RecdFailCount", 3, offsetof(struct ctdb_tunable, recd_ping_failcount) }, { "LogLatencyMs", 0, offsetof(struct ctdb_tunable, log_latency_ms) }, { "RecoveryDropAllIPs", 60, offsetof(struct ctdb_tunable, recovery_drop_all_ips) }, + { "VerifyRecoveryLock", 1, offsetof(struct ctdb_tunable, verify_recovery_lock) }, }; /* -- cgit