summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb_freeze: Replace locking functions with locking APIAmitay Isaacs2012-10-201-140/+18
* ctdbd: locking: Provide non-blocking API for locking of TDB record/db/alldbAmitay Isaacs2012-10-202-0/+1070
* ctdbd: Remove references to forcing running of eventscripts from log messagesMartin Schwenke2012-10-181-2/+2
* 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
* Logging: Map TEVENT_DEBUG_FATAL to DEBUG_CRITMartin Schwenke2012-10-181-2/+2
* recoverd: Track failure of "recovered" event, banning culpritsMartin Schwenke2012-10-111-29/+42
* recoverd: When starting a takeover run disable IP verificationMartin Schwenke2012-10-112-0/+20
* ctdbd: Stop takeovers and releases from colliding in mid-airMartin Schwenke2012-10-111-7/+70
* ctdbd: New tunable NoIPTakeoverOnDisabledMartin Schwenke2012-10-112-7/+8
* ctdbd: Avoid unnecessary updateip eventMartin Schwenke2012-10-101-5/+5
* Revert "when creating/adding a public ip, set the initial interface to be the...Amitay Isaacs2012-10-071-3/+0
* 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: Update a log message that has bit-rottedMartin Schwenke2012-08-081-3/+8
* recoverd: Fix bogus info in message about changed flagsMartin Schwenke2012-08-081-1/+1
* ctdbd: Remove the worked "Forced" from message about running eventscriptsMartin Schwenke2012-07-261-1/+1
* ctdbd: Fix ctdb_control_release_ip() on local daemonsMartin Schwenke2012-07-261-5/+13
* Remove tevent_loop_allow_nesting()Amitay Isaacs2012-07-161-1/+0
* ctdbd: Return explicit boolean values for function returning boolAmitay Isaacs2012-07-162-2/+2
* Fix compiler warnings.Amitay Isaacs2012-07-131-1/+1
* ctdbd: refuse attaching with "persistent" to a non-persistent db and v.v.Gregor Beck2012-07-031-0/+6
* When we find an ip we shouldnt host, just release itRonnie Sahlberg2012-06-201-2/+6
* When we release an ip, get the interface name from the kernelRonnie Sahlberg2012-06-201-13/+9
* STATISTICS: Add tracking of the 10 hottest keys per database measured in hopc...Ronnie Sahlberg2012-06-132-3/+85
* Reimplement logging of long running eventsMartin Schwenke2012-06-121-0/+46
* Run the shutdown eventscript before we tear down the transportRonnie Sahlberg2012-05-301-1/+1
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-286-10/+10
* RECOVERY: Increase the time we allow before timing out recovery related tasks.Ronnie Sahlberg2012-05-251-1/+1
* RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg2012-05-253-3/+14
* DEBUG: Add checks for and print debug messages when 1) a database contains ve...Ronnie Sahlberg2012-05-212-1/+21
* Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg2012-05-173-21/+58
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-0311-60/+33
* RELOADIPS: simplify the reloadips code a bitRonnie Sahlberg2012-05-012-41/+32
* Revert "server: locking: Provide a common API for non-blocking locking of TDBs"Amitay Isaacs2012-05-011-783/+0
* server: locking: Provide a common API for non-blocking locking of TDBsAmitay Isaacs2012-05-011-0/+783
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-014-9/+336
* Merge remote branch 'amitay/tevent-sync'Ronnie Sahlberg2012-04-2622-23/+0
|\
| * Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-1322-23/+0
* | ctdbd: Fix spurious warnings when running with --nopublicipcheckAmitay Isaacs2012-04-131-14/+35
* | recoverd: Fix spurious warnings when running with --nopublicipcheckAmitay Isaacs2012-04-131-2/+2
* | ctdbd: Fix the error message stringAmitay Isaacs2012-04-131-1/+1
|/
* recovery: Add prototypes for tdb internal functionsAmitay Isaacs2012-03-301-0/+7
* build: Remove re-definition of same variableAmitay Isaacs2012-03-301-4/+4
* Undo damage done by d8d37493478a26c5f1809a5f3df89ffd6e149281Martin Schwenke2012-03-222-3/+3
* NoIPTakeover: change the tunable name for the "dont allow failing addresses o...Ronnie Sahlberg2012-03-222-18/+33
* NoIPFailback: Exclude nodes which have NoIPFailback as failback targets durin...Ronnie Sahlberg2012-03-221-0/+22
* Make NoIPFailback a node local setting. Nodes that have NoIPFailback set to !...Ronnie Sahlberg2012-03-221-17/+48