summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* sugegstion from metze,Ronnie Sahlberg2009-11-061-2/+2
* suggestion from Christian,Ronnie Sahlberg2009-11-061-3/+12
* Fix a segfault in the eventscript timeout handler.Volker Lendecke2009-11-051-1/+1
* ctdb.sysconfig: add a comment section about CTDB_RUN_TIMEOUT_MONITORMichael Adam2009-11-051-1/+6
* Add a 99.timeout event script to trigger monitor timeouts.Michael Adam2009-11-051-0/+24
* dont use the pointer after it has been talloc_free()d.Ronnie Sahlberg2009-11-051-1/+1
* From RustyRonnie Sahlberg2009-11-052-0/+9
* add an extra test for the bond devices and check that there is an active slave.Ronnie Sahlberg2009-11-051-0/+4
* dont verify winbindd is running properly at startupRonnie Sahlberg2009-11-041-6/+0
* new version 1.0.103Ronnie Sahlberg2009-11-031-1/+9
* move the check to skip vacuuming on persistent database to the ctdb_vacuuming...Ronnie Sahlberg2009-11-032-8/+11
* packaging: use githash in rpm release by default.Michael Adam2009-11-032-1/+12
* server: disable vacuuming for persistent tdbs.Michael Adam2009-11-031-5/+8
* client: randomize the transaction_start retry loop:Michael Adam2009-10-301-3/+5
* Revert "dont exit on a commit failure"Michael Adam2009-10-301-1/+1
* client: fix a race in the local race condition fix in transaction_startMichael Adam2009-10-301-8/+10
* client: add a debug message when a transaction_commit needs to be retriedMichael Adam2009-10-301-0/+3
* packaging(RPM): don't touch the run levels in ctdb install/udpate.Michael Adam2009-10-301-10/+1
* start the syslog child a little later, after we have forked and detached from...Ronnie Sahlberg2009-10-304-23/+35
* create a child process to write to syslog.Ronnie Sahlberg2009-10-303-1/+117
* server: fix debug message in trans2_commit (refusing persistent store during ...Michael Adam2009-10-301-4/+5
* client: log db_id as 8-digit hex in ctdb_transaction_fetch_start()Michael Adam2009-10-301-1/+1
* server: uniformly log db and client ids as 8-digit hex numbers in trans2_commitMichael Adam2009-10-301-8/+9
* server: line-wrap a debug statement in trans2_commitMichael Adam2009-10-301-2/+4
* server: output client_id in some debug messages in trans2_commitMichael Adam2009-10-301-5/+8
* server: fix a debug message in trans2_commit - log the correct db_idMichael Adam2009-10-301-3/+3
* server: extend a debug message in ctdb_control_trans2_error()Michael Adam2009-10-301-1/+3
* server: add positive debug statements to trans2_commit and trans2_finishedMichael Adam2009-10-301-0/+11
* client: improve "control timed out" debug messageMichael Adam2009-10-301-1/+3
* server: trans2_active: don't report a transaction active on the node that per...Michael Adam2009-10-303-1/+8
* new version 1.0.102Ronnie Sahlberg2009-10-291-1/+9
* ensure tdb names end with .tdb. and any number of digitsWolfgang Mueller-Friedt2009-10-291-8/+13
* vacuuming needed additional check before getting rid of the record; there is ...Wolfgang Mueller-Friedt2009-10-291-2/+12
* Revert "From Wolfgang M."Ronnie Sahlberg2009-10-291-7/+4
* make the error logged when winbindd fails to access the dc during startup mor...Ronnie Sahlberg2009-10-291-1/+3
* update the uptime command to indicate that time since last is either from als...Ronnie Sahlberg2009-10-291-5/+5
* Revert "update the "uptime" command to indicate the "time since last" is the ...Ronnie Sahlberg2009-10-296-9/+78
* update the manpage for "update" to indicate the "time since last" indicatesRonnie Sahlberg2009-10-293-85/+85
* update the "uptime" command to indicate the "time since last" is the time sin...Ronnie Sahlberg2009-10-296-78/+9
* ctdb_client: reformat a comment slightly to enhance clearness.Michael Adam2009-10-291-3/+5
* client: fix race condition with concurrent transactions on the same node.Michael Adam2009-10-291-0/+12
* client: add ctdb_ctrl_transaction_active() which calls out to CTDB_TRANS2_ACTIVEMichael Adam2009-10-291-0/+28
* server: add a new ctdb control CTDB_TRANS2_ACTIVEMichael Adam2009-10-293-0/+27
* version 1.0.101Ronnie Sahlberg2009-10-281-1/+4
* create a separate context for non-monitor eventscripts so they dont collideRonnie Sahlberg2009-10-282-10/+22
* return 0 in the event script callback if it was aborted by a different scriptRonnie Sahlberg2009-10-281-1/+1
* new version 1.0.100Ronnie Sahlberg2009-10-281-1/+14
* change the eventscript handling to allow EventScriptTimeout for each individu...Ronnie Sahlberg2009-10-285-89/+133
* Enhance the logging fromeventscripts.Ronnie Sahlberg2009-10-282-4/+5
* add a check that winbind can actually talk to teh dc during the startup eventRonnie Sahlberg2009-10-271-0/+4