change the default for how long to waqit before dropping all ips to 120 seconds
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 9 Nov 2010 01:59:05 +0000 (12:59 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 10 Nov 2010 03:55:23 +0000 (14:55 +1100)
server/ctdb_tunables.c

index 4a3cfbbab2331c345388a1fbb7879fb32a91db4f..cce78a7cd3d5d4d9ce1e0324dde1727a78b3389d 100644 (file)
@@ -54,7 +54,7 @@ static const struct {
        { "RecdFailCount",       10,  offsetof(struct ctdb_tunable, recd_ping_failcount) },
        { "LogLatencyMs",         0,  offsetof(struct ctdb_tunable, log_latency_ms) },
        { "RecLockLatencyMs",  1000,  offsetof(struct ctdb_tunable, reclock_latency_ms) },
-       { "RecoveryDropAllIPs",  60,  offsetof(struct ctdb_tunable, recovery_drop_all_ips) },
+       { "RecoveryDropAllIPs", 120,  offsetof(struct ctdb_tunable, recovery_drop_all_ips) },
        { "VerifyRecoveryLock",   1,  offsetof(struct ctdb_tunable, verify_recovery_lock) },
        { "VacuumDefaultInterval", 300,  offsetof(struct ctdb_tunable, vacuum_default_interval) },
        { "VacuumMaxRunTime",     30,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },