diff options
| author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-12-16 09:51:17 +1100 |
|---|---|---|
| committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-12-16 09:51:17 +1100 |
| commit | 640c48c8446d610623ca4babbfedfccf80bb6f78 (patch) | |
| tree | ae58bc88be13d8e94b3ff28c4b9d01d619d7e3b2 /ctdb/include | |
| parent | fcd16342f684dfd78a5889d2550cc64e31dedc42 (diff) | |
Revert "cleanup: remove a tunable we no longer use in the eventscripts any more :"
This reverts commit 401f421fa003d9515df15e759b50b56e0c67d69c.
Conflicts:
include/ctdb_private.h
server/ctdb_tunables.c
(This used to be ctdb commit b883d19a495a41a22db37f9c2cf6250fee529de0)
Diffstat (limited to 'ctdb/include')
| -rw-r--r-- | ctdb/include/ctdb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index b6c4b2fa1a..feff0bc24e 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -104,6 +104,7 @@ struct ctdb_tunable { uint32_t tickle_update_interval; uint32_t script_timeout; uint32_t script_timeout_count; /* allow dodgy scripts to hang this many times in a row before we mark the node unhealthy */ + uint32_t script_unhealthy_on_timeout; /* obsolete */ uint32_t recovery_grace_period; uint32_t recovery_ban_period; uint32_t database_hash_size; |
