summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_recover.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* eventscript: introduce enum for different event script calls.Rusty Russell2009-11-241-4/+5
* eventscript: put timeout inside ctdb_event_script_callback_vRusty Russell2009-11-241-9/+3
* change the eventscript handling to allow EventScriptTimeout for each individu...Ronnie Sahlberg2009-10-281-3/+3
* add logging everytime we create a filedescriptor in the main ctdb daemonRonnie Sahlberg2009-10-151-0/+4
* Port Volkers deadlock avoidance patch to HEAD.Ronnie Sahlberg2009-10-141-0/+20
* allow setting the recmode even when not completely frozen.Ronnie Sahlberg2009-10-121-10/+0
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-39/+64
* create a new event : stopped.Ronnie Sahlberg2009-07-171-1/+49
* change the infolevel when logging stop/continue commandsRonnie Sahlberg2009-07-091-2/+2
* add two new controls, CTOP_NODE and CONTINUE_NODERonnie Sahlberg2009-07-091-0/+16
* Dont access the reclock file at all if VerifyRecoveryLock is zero and alsoRonnie Sahlberg2009-06-251-0/+2
* dont leak file descriptors when set recmdoe timesoutRonnie Sahlberg2009-06-191-1/+10
* reduce the timeout we wait for the reclock child process to finish to 5 secondsRonnie Sahlberg2009-06-191-1/+2
* add a new node state : DELETED.Ronnie Sahlberg2009-06-011-0/+7
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+6
* add extra debug statements to the log to make it easier to see when a recover...Ronnie Sahlberg2009-05-121-3/+10
* Add a new variable VerifyRecoveryLock which can be used to disable the test t...root2009-05-011-4/+11
* add a tuneable RecoveryDropAllIPs so it is possible to control after how lon...Ronnie Sahlberg2009-04-241-1/+1
* increase the loglevel for the message we print when we automatically release ...Ronnie Sahlberg2009-04-241-2/+2
* we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-0/+1
* Fix treatment of link local ipv6 addresses: set the scope id.Michael Adam2009-01-191-1/+4
* redesign how reloadnodes is implemented.Ronnie Sahlberg2008-12-021-3/+26
* allow to change the recmaster even the database is not frozenRonnie Sahlberg2008-11-211-4/+1
* fixed problem with looping ctdb recoveriesAndrew Tridgell2008-11-211-2/+9
* add a context and a timed event so that once we have been in recoveryRonnie Sahlberg2008-10-221-0/+40
* update TAKEIP/RELEASEIP/GETPUBLICIP/GETNODEMAP controls so we retain anRonnie Sahlberg2008-10-141-0/+35
* remove an unused variableRonnie Sahlberg2008-10-071-1/+0
* When we reload the nodes fileRonnie Sahlberg2008-10-071-16/+7
* use the correct tunable failcount not timeoutRonnie Sahlberg2008-09-171-1/+1
* The ctdb daemon keeps track of whether the recovery process is runningRonnie Sahlberg2008-09-171-5/+16
* additional monitoring between the two daemons.Ronnie Sahlberg2008-09-091-0/+38
* initial ipv6 patchRonnie Sahlberg2008-08-191-1/+4
* remove the reclock file we store pnn counts in.Ronnie Sahlberg2008-08-061-16/+0
* renamed the pulldb structure to a ctdb_marshall_bufferAndrew Tridgell2008-07-301-1/+1
* rename the structure we use for marshalling multiple recordsAndrew Tridgell2008-07-301-10/+10
* proper waitpid() fix.Ronnie Sahlberg2008-07-091-1/+0
* Revert "waitpid() can block if it takes a long time before the child terminates"Ronnie Sahlberg2008-07-081-0/+1
* waitpid() can block if it takes a long time before the child terminatesRonnie Sahlberg2008-07-081-1/+0
* fixed some incorrect CTDB_NO_MEMORY*() calls found after fixing theAndrew Tridgell2008-07-041-1/+1
* track both when we last started and ended a recovery.Ronnie Sahlberg2008-07-021-2/+3
* update a comment to reflect that this is not always a real recoveryRonnie Sahlberg2008-07-021-1/+1
* testRonnie Sahlberg2008-06-261-0/+6