summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_tunables.c
diff options
context:
space:
mode:
authorroot <root@rcn1.VSOFS1.COM>2009-05-01 01:18:27 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-05-01 01:17:59 +1000
commit6793f077a8df4d83588c420d82beae4d364c6ed1 (patch)
tree163c94ce1ce019fe7daa52ca7abce7d9daef58e5 /ctdb/server/ctdb_tunables.c
parent2e3542b5e5f1344f1531a482e6e3ca0569de4718 (diff)
downloadsamba-6793f077a8df4d83588c420d82beae4d364c6ed1.tar.gz
samba-6793f077a8df4d83588c420d82beae4d364c6ed1.tar.xz
samba-6793f077a8df4d83588c420d82beae4d364c6ed1.zip
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)
Diffstat (limited to 'ctdb/server/ctdb_tunables.c')
-rw-r--r--ctdb/server/ctdb_tunables.c1
1 files changed, 1 insertions, 0 deletions
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) },
};
/*