diff options
author | root <root@rcn1.VSOFS1.COM> | 2009-05-01 01:18:27 +1000 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-01 01:17:59 +1000 |
commit | 6793f077a8df4d83588c420d82beae4d364c6ed1 (patch) | |
tree | 163c94ce1ce019fe7daa52ca7abce7d9daef58e5 /ctdb/server/ctdb_tunables.c | |
parent | 2e3542b5e5f1344f1531a482e6e3ca0569de4718 (diff) | |
download | samba-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.c | 1 |
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) }, }; /* |