[SCM] CTDB repository - branch 1.2.40 updated - ctdb-1.9.1-542-gfd33e6f

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


The branch, 1.2.40 has been updated
       via  fd33e6ff1e349e3d6d1d2e78ab14942c97aba731 (commit)
      from  a02fa85678cc5061042ab6d448b8a3f5993f2d70 (commit)

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


- Log -----------------------------------------------------------------
commit fd33e6ff1e349e3d6d1d2e78ab14942c97aba731
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Wed Feb 29 12:25:41 2012 +1100

    Vacuuming: change default timeout to 120 seconds
    
    S1035431

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

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 eb90f51..62a4dd4 100644
--- a/server/ctdb_tunables.c
+++ b/server/ctdb_tunables.c
@@ -58,7 +58,7 @@ static const struct {
 	{ "RecoveryDropAllIPs", 120,  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",     30,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },
+	{ "VacuumMaxRunTime",     120,  offsetof(struct ctdb_tunable, vacuum_max_run_time) },
 	{ "RepackLimit",      10000,  offsetof(struct ctdb_tunable, repack_limit) },
 	{ "VacuumLimit",       5000,  offsetof(struct ctdb_tunable, vacuum_limit) },
 	{ "VacuumMinInterval",   10,  offsetof(struct ctdb_tunable, vacuum_min_interval) },


-- 
CTDB repository


More information about the samba-cvs mailing list