Add a new variable VerifyRecoveryLock which can be used to disable the test that...
[sahlberg/ctdb.git] / server / ctdb_tunables.c
index 7fa5e808c5043cc5f78821977183a5bdde20a7c9..bab9aef25a8f450da4f9afdc1ba510ae7371982a 100644 (file)
@@ -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) },
 };
 
 /*