change the takeover script timeout to 9 seconds from 5
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 10 Nov 2010 03:46:45 +0000 (14:46 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 10 Nov 2010 03:55:25 +0000 (14:55 +1100)
server/ctdb_tunables.c

index c0180054e53b831ebc58c9de7cb589073f57e09f..47694b7e597d7a66c1e3f35faeec21017fb21c4a 100644 (file)
@@ -34,7 +34,7 @@ static const struct {
        { "RecoverTimeout",      20,  offsetof(struct ctdb_tunable, recover_timeout) },
        { "RecoverInterval",      1,  offsetof(struct ctdb_tunable, recover_interval) },
        { "ElectionTimeout",      3,  offsetof(struct ctdb_tunable, election_timeout) },
-       { "TakeoverTimeout",      5,  offsetof(struct ctdb_tunable, takeover_timeout) },
+       { "TakeoverTimeout",      9,  offsetof(struct ctdb_tunable, takeover_timeout) },
        { "MonitorInterval",     15,  offsetof(struct ctdb_tunable, monitor_interval) },
        { "TickleUpdateInterval",20,  offsetof(struct ctdb_tunable, tickle_update_interval) },
        { "EventScriptTimeout",  30,  offsetof(struct ctdb_tunable, script_timeout) },