summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_recoverd.c
Commit message (Expand)AuthorAgeFilesLines
...
* recoverd: fix a comment in main_loopMichael Adam2013-07-021-3/+3
* recoverd: eliminate some trailing spaces from ctdb_election_win()Michael Adam2013-07-021-2/+2
* recoverd: Don't continue if the current node gets bannedMartin Schwenke2013-07-021-4/+19
* recoverd: Refactor code to ban misbehaving nodesAmitay Isaacs2013-07-021-37/+26
* recoverd: Move code to ban other nodes after we get local node flagsAmitay Isaacs2013-07-021-22/+21
* recoverd: Delay the initial election if node is started in stopped stateAmitay Isaacs2013-07-021-22/+26
* recoverd: Update capabilities only if the current node is activeAmitay Isaacs2013-07-021-7/+7
* recoverd: No need to check if node is recovery master when inactiveAmitay Isaacs2013-07-021-9/+0
* recoverd: Always do an early exit from main_loop if node is stopped or bannedAmitay Isaacs2013-07-021-11/+8
* recoverd: Do not set banning credits on a node if current node is inactiveAmitay Isaacs2013-07-021-0/+6
* recoverd: Also check if current node is in recovery when it is bannedAmitay Isaacs2013-07-021-6/+6
* recoverd: Set node_flags information as soon as we get nodemapAmitay Isaacs2013-07-021-3/+3
* recovered: Remove old comment as the code corresponding to that has gone awayAmitay Isaacs2013-07-021-4/+0
* recoverd: Print banning message only after verifying pnnAmitay Isaacs2013-06-281-2/+2
* recoverd: When updating flags on nodes, send updated flags and not old flagsAmitay Isaacs2013-06-281-1/+1
* recoverd: Log node that causes takoever run to failMartin Schwenke2013-06-131-7/+11
* recoverd: Interface reference count changes should not cause takeover runsMartin Schwenke2013-05-021-23/+47
* recoverd: remove bogus comment "qqq" from "add prototype new banning code"Michael Adam2013-04-171-1/+0
* recoverd: update_capabilities() should use connected nodesMartin Schwenke2013-02-201-1/+1
* Logging: Fix breakage when freeing the log ringbufferMartin Schwenke2013-02-071-2/+5
* recoverd: Fix printing of node flags from local informationAmitay Isaacs2013-01-231-1/+1
* recoverd: Create recoverd monitoring timed events off recoverd contextAmitay Isaacs2013-01-091-1/+1
* daemon: On shutdown, destroy timed events that check if recoverd is activeAmitay Isaacs2013-01-091-3/+10
* recovery: data corruption of persistent DBs after recoveries: don't delete em...Michael Adam2012-11-201-2/+31
* recoverd: fix a comment typoMichael Adam2012-11-201-1/+1
* recoverd: Track the nodes that fail takeover run and set culprit countAmitay Isaacs2012-11-141-5/+29
* recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-221-0/+46
* recoverd: Clarify some misleading log messagesMartin Schwenke2012-10-181-2/+2
* recoverd: Verifying local IPs should only check for unhosted available IPsMartin Schwenke2012-10-181-17/+34
* recoverd: Track failure of "recovered" event, banning culpritsMartin Schwenke2012-10-111-29/+42
* recoverd: When starting a takeover run disable IP verificationMartin Schwenke2012-10-111-0/+6
* recoverd: All inactive nodes should yield recovery master roleMartin Schwenke2012-08-081-2/+2
* recoverd: An inactive node should not force recovery master electionsMartin Schwenke2012-08-081-2/+3
* recoverd: main_loop() should not verify local IPs if node is stoppedMartin Schwenke2012-08-081-0/+8
* recoverd: verify_local_ip_allocation() should dup ifaces before early returnMartin Schwenke2012-08-081-3/+3
* recoverd: Fix bogus info in message about changed flagsMartin Schwenke2012-08-081-1/+1
* When we find an ip we shouldnt host, just release itRonnie Sahlberg2012-06-201-2/+6
* RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg2012-05-251-1/+6
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-6/+6
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-011-0/+89
* Merge remote branch 'amitay/tevent-sync'Ronnie Sahlberg2012-04-261-1/+0
|\
| * Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* | recoverd: Fix spurious warnings when running with --nopublicipcheckAmitay Isaacs2012-04-131-2/+2
|/
* Undo damage done by d8d37493478a26c5f1809a5f3df89ffd6e149281Martin Schwenke2012-03-221-1/+1
* Add a tunable variable to control how long we defer after a ctdb addip until ...Ronnie Sahlberg2012-02-281-1/+5
* When adding ips to nodes, set up a deferred rebalance for the whole node to t...Ronnie Sahlberg2012-02-281-0/+52
* Recover Persistent database DB by DB and not record by recordRonnie Sahlberg2011-11-301-3/+123
* recoverd: try to become the recovery master if we have the capability, but th...Stefan Metzmacher2011-11-291-1/+22
* This breaks the build since the recovery loop is different in masterRonnie Sahlberg2011-11-291-22/+1
* recoverd: try to become the recovery master if we have the capability, but th...Stefan Metzmacher2011-11-261-1/+22