mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
set the eventscripts to timeout after 20 seconds
change the ban count to 10 failures before we ban by default (This used to be ctdb commit 38d7487bc68c8cf85980004aceeef24ae32d6f36)
This commit is contained in:
parent
65757fe1d6
commit
3c9b43531a
@ -37,8 +37,8 @@ static const struct {
|
|||||||
{ "TakeoverTimeout", 5, offsetof(struct ctdb_tunable, takeover_timeout) },
|
{ "TakeoverTimeout", 5, offsetof(struct ctdb_tunable, takeover_timeout) },
|
||||||
{ "MonitorInterval", 15, offsetof(struct ctdb_tunable, monitor_interval) },
|
{ "MonitorInterval", 15, offsetof(struct ctdb_tunable, monitor_interval) },
|
||||||
{ "TickleUpdateInterval",20, offsetof(struct ctdb_tunable, tickle_update_interval) },
|
{ "TickleUpdateInterval",20, offsetof(struct ctdb_tunable, tickle_update_interval) },
|
||||||
{ "EventScriptTimeout", 60, offsetof(struct ctdb_tunable, script_timeout) },
|
{ "EventScriptTimeout", 20, offsetof(struct ctdb_tunable, script_timeout) },
|
||||||
{ "EventScriptBanCount", 5, offsetof(struct ctdb_tunable, script_ban_count) },
|
{ "EventScriptBanCount", 10, offsetof(struct ctdb_tunable, script_ban_count) },
|
||||||
{ "EventScriptUnhealthyOnTimeout", 0, offsetof(struct ctdb_tunable, script_unhealthy_on_timeout) },
|
{ "EventScriptUnhealthyOnTimeout", 0, offsetof(struct ctdb_tunable, script_unhealthy_on_timeout) },
|
||||||
{ "RecoveryGracePeriod", 120, offsetof(struct ctdb_tunable, recovery_grace_period) },
|
{ "RecoveryGracePeriod", 120, offsetof(struct ctdb_tunable, recovery_grace_period) },
|
||||||
{ "RecoveryBanPeriod", 300, offsetof(struct ctdb_tunable, recovery_ban_period) },
|
{ "RecoveryBanPeriod", 300, offsetof(struct ctdb_tunable, recovery_ban_period) },
|
||||||
|
Loading…
Reference in New Issue
Block a user