diff options
| author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-11-09 12:59:05 +1100 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-11-10 14:55:23 +1100 |
| commit | 93058e79766536c6a48fbb8906da73a2e6562786 (patch) | |
| tree | b129fc04a46015b723baf12cddbb8e1ff311fcf9 | |
| parent | 76578b9533679c34bf23154d3a71b8de8b7cab6c (diff) | |
| download | samba-93058e79766536c6a48fbb8906da73a2e6562786.tar.gz samba-93058e79766536c6a48fbb8906da73a2e6562786.tar.xz samba-93058e79766536c6a48fbb8906da73a2e6562786.zip | |
change the default for how long to waqit before dropping all ips to 120 seconds
(This used to be ctdb commit e5f03346133157734b4759d43c3ab8203028d5c2)
| -rw-r--r-- | ctdb/server/ctdb_tunables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index 4a3cfbbab2..cce78a7cd3 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -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) }, |
