summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_tunables.c
diff options
context:
space:
mode:
authorWolfgang Mueller-Friedt <wolfmuel@de.ibm.com>2009-07-28 23:09:28 +0300
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-07-29 13:30:39 +1000
commit16af87bf25d46de656ca983fc2fa3696d944e044 (patch)
tree84ab5145afb6ef5773515b1917b8db0806e9c0ca /ctdb/server/ctdb_tunables.c
parent345df3c71490d12c4d6a4a6e9f708d0c9b17d586 (diff)
downloadsamba-16af87bf25d46de656ca983fc2fa3696d944e044.tar.gz
samba-16af87bf25d46de656ca983fc2fa3696d944e044.tar.xz
samba-16af87bf25d46de656ca983fc2fa3696d944e044.zip
repack limit tunable
Signed-off-by: Wolfgang Mueller-Friedt <wolfmuel@de.ibm.com> (This used to be ctdb commit a2768b0732f2ab2e3fafda55587bd2e99eedf0fa)
Diffstat (limited to 'ctdb/server/ctdb_tunables.c')
-rw-r--r--ctdb/server/ctdb_tunables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c
index 2d2580d6a19..bdf86528d92 100644
--- a/ctdb/server/ctdb_tunables.c
+++ b/ctdb/server/ctdb_tunables.c
@@ -57,7 +57,8 @@ static const struct {
{ "RecoveryDropAllIPs", 60, offsetof(struct ctdb_tunable, recovery_drop_all_ips) },
{ "VerifyRecoveryLock", 1, offsetof(struct ctdb_tunable, verify_recovery_lock) },
{ "VacuumDefaultInterval", 10, offsetof(struct ctdb_tunable, vacuum_default_interval) },
- { "VacuumMaxRunTime", 5, offsetof(struct ctdb_tunable, vacuum_max_run_time) },
+ { "VacuumMaxRunTime", 5, offsetof(struct ctdb_tunable, vacuum_max_run_time) },
+ { "RepackLimit", 10000, offsetof(struct ctdb_tunable, repack_limit) },
};
/*