summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_recover.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-161-2/+1
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-1/+5
* vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 2)Amitay Isaacs2013-08-141-20/+20
* vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 1)Amitay Isaacs2013-08-141-1/+1
* Check return value of tdb_delete()Sumit Bose2013-07-111-1/+3
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: Log node state transitions at higher debug levelAmitay Isaacs2013-05-291-2/+2
* vacuum: Reduce the priority of non-critical errorAmitay Isaacs2013-05-241-1/+1
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-0/+4
* ctdbd: Log a message when recovery master changesMartin Schwenke2013-05-231-1/+14
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-061-49/+1
* recover: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-13/+5
* vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-241-0/+204
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-171-53/+0
* daemon: On shutdown, destroy timed events that check if recoverd is activeAmitay Isaacs2013-01-091-4/+4
* ctdb:recover: fix a comment typoMichael Adam2013-01-051-1/+1
* ctdb_recover: Replace static locking functions with locking APIAmitay Isaacs2012-10-201-98/+8
* RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg2012-05-251-1/+6
* DEBUG: Add checks for and print debug messages when 1) a database contains ve...Ronnie Sahlberg2012-05-211-0/+17
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-3/+3
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* recovery: Add prototypes for tdb internal functionsAmitay Isaacs2012-03-301-0/+7
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+3
* READONLY: skip vacuuming or deleting records with readonly delegations.Ronnie Sahlberg2012-02-291-0/+14
* ReadOnly: revokechild_active is a list, not a context.Ronnie Sahlberg2011-09-131-1/+0
* ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-0/+1
* ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...Ronnie Sahlberg2011-09-011-0/+3
* ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-011-1/+3
* ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-231-0/+1
* ReadOnly: Once recovery has finished, make sure to free all revoke child proc...Ronnie Sahlberg2011-08-231-0/+4
* ReadOnly: After recovering all databases, make sure to clear out the tracking...Ronnie Sahlberg2011-08-231-0/+11
* ReadOnly: After performing a recovery, clear out all flags related to readonl...Ronnie Sahlberg2011-08-231-0/+5
* Restart recovery dameon if it looks like it hung.Ronnie Sahlberg2011-03-071-10/+2
* Deferred attach : at early startup, defer any db attach calls until we are ou...Ronnie Sahlberg2011-03-011-0/+10
* recover: finish pending trans3 commits when a recovery is finished.Michael Adam2011-02-241-0/+2
* ctdb: hold transaction locks during freeze, mark during recover.Ronnie Sahlberg2011-01-181-0/+9
* Add a new tunable : DisableIPFailover that when set to non 0Ronnie Sahlberg2010-11-101-5/+19
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-2/+2
* When memory allocations for recovery fails,Ronnie Sahlberg2010-09-031-4/+2
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-191-0/+1
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-181-0/+1
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-2/+3
|/
* Add the number of performed recoveries to the "ctdb statistics" output.Ronnie Sahlberg2010-05-111-0/+1
* Lower the loglevel for "Recovery lock successfully taken"Ronnie Sahlberg2010-04-071-1/+1
* In ctdb_control_end_recovery,Ronnie Sahlberg2010-02-231-1/+2
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-041-1/+1
* server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+6
* eventscript: handle banning within the callbacksRusty Russell2009-12-071-0/+6
* Add flag to ctdb_event_script_callback indicating when called by client.Martin Schwenke2009-11-261-3/+7