summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_tunables.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-12-14 15:48:47 +1100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-12-14 15:48:47 +1100
commited6b5a8c6839ca0f15bf0749bd68e5bd5446c062 (patch)
tree772217950cce88fac2732e451e2edd28744fe80a /ctdb/server/ctdb_tunables.c
parentcab8da8dc4794defb35a0bdc1acb07ad7f027a3a (diff)
downloadsamba-ed6b5a8c6839ca0f15bf0749bd68e5bd5446c062.tar.gz
samba-ed6b5a8c6839ca0f15bf0749bd68e5bd5446c062.tar.xz
samba-ed6b5a8c6839ca0f15bf0749bd68e5bd5446c062.zip
cleanup: remove a tunable we no longer use in the eventscripts any more :
EventScriptUnhealthyOnTimeout (This used to be ctdb commit 401f421fa003d9515df15e759b50b56e0c67d69c)
Diffstat (limited to 'ctdb/server/ctdb_tunables.c')
-rw-r--r--ctdb/server/ctdb_tunables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c
index 6eb1b435297..e737e200dd3 100644
--- a/ctdb/server/ctdb_tunables.c
+++ b/ctdb/server/ctdb_tunables.c
@@ -39,7 +39,6 @@ static const struct {
{ "TickleUpdateInterval",20, offsetof(struct ctdb_tunable, tickle_update_interval) },
{ "EventScriptTimeout", 30, offsetof(struct ctdb_tunable, script_timeout) },
{ "EventScriptBanCount", 10, offsetof(struct ctdb_tunable, script_ban_count) },
- { "EventScriptUnhealthyOnTimeout", 0, offsetof(struct ctdb_tunable, script_unhealthy_on_timeout) },
{ "RecoveryGracePeriod", 120, offsetof(struct ctdb_tunable, recovery_grace_period) },
{ "RecoveryBanPeriod", 300, offsetof(struct ctdb_tunable, recovery_ban_period) },
{ "DatabaseHashSize", 10000, offsetof(struct ctdb_tunable, database_hash_size) },