[SCM] CTDB repository - branch master updated - ctdb-1.12-223-g5ae94c6

Ronnie Sahlberg sahlberg at samba.org
Tue Feb 28 19:59:58 MST 2012


The branch, master has been updated
       via  5ae94c6b9b3000a6c79fccaaea1e007ebd5be1a9 (commit)
      from  49791db7dc74cffd7e88bd73091590cdc1909328 (commit)

http://gitweb.samba.org/?p=ctdb.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5ae94c6b9b3000a6c79fccaaea1e007ebd5be1a9
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Feb 29 12:29:22 2012 +1100

    Vacuuming: change default timeout to 120 seconds

-----------------------------------------------------------------------

Summary of changes:
 server/ctdb_tunables.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/server/ctdb_tunables.c b/server/ctdb_tunables.c
index c5e15c1..76af85d 100644
--- a/server/ctdb_tunables.c
+++ b/server/ctdb_tunables.c
@@ -60,7 +60,7 @@ static const struct {
 	{ "VerifyRecoveryLock",   1,  offsetof(struct ctdb_tunable, verify_recovery_lock), false },
 	{ "VacuumInterval",   10,  offsetof(struct ctdb_tunable, vacuum_interval), false },
 	{ "VacuumDefaultInterval", 10,  offsetof(struct ctdb_tunable, vacuum_default_interval), true },
-	{ "VacuumMaxRunTime",     30,  offsetof(struct ctdb_tunable, vacuum_max_run_time), false },
+	{ "VacuumMaxRunTime",     120,  offsetof(struct ctdb_tunable, vacuum_max_run_time), false },
 	{ "RepackLimit",      10000,  offsetof(struct ctdb_tunable, repack_limit), false },
 	{ "VacuumLimit",       5000,  offsetof(struct ctdb_tunable, vacuum_limit), false },
 	{ "VacuumMinInterval",   10,  offsetof(struct ctdb_tunable, vacuum_min_interval), true },


-- 
CTDB repository


More information about the samba-cvs mailing list