summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
...
* traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-172-0/+61
* recoverd/takeover: Use IP->node mapping info from nodes hosting that IPAmitay Isaacs2013-04-081-1/+7
* logging: Do not ignore stdout/stderr from the exec'd childrenAmitay Isaacs2013-03-251-5/+0
* server:persistent: fix a debug message (copy'n'paste error)Michael Adam2013-03-121-2/+3
* ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-061-7/+1
* server:persistent: fix a comment typo.Michael Adam2013-02-221-1/+1
* recoverd: update_capabilities() should use connected nodesMartin Schwenke2013-02-201-1/+1
* ctdbd: Fix the PullDBPreallocation size to 10MB as intendedAmitay Isaacs2013-02-141-1/+1
* Logging: Fix breakage when freeing the log ringbufferMartin Schwenke2013-02-071-2/+5
* Fix a comment typoVolker Lendecke2013-02-061-1/+1
* ctdbd: Don't use a fixed length buffer for the hung script commandMartin Schwenke2013-02-051-2/+4
* ctdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script isn't executableMartin Schwenke2013-02-051-12/+0
* ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke2013-02-052-25/+9
* ctdbd: Remove debug_hung_script_ctxMartin Schwenke2013-02-051-3/+1
* ctdbd: Message logged at exit should be different for different processesMartin Schwenke2013-02-051-1/+5
* daemon: Make sure all the traverse children are terminated if traverse times outAmitay Isaacs2013-02-051-3/+11
* 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: Protect against double free of callback state while shutting downAmitay Isaacs2013-01-092-2/+10
* daemon: On shutdown, destroy timed events that check if recoverd is activeAmitay Isaacs2013-01-092-7/+14
* daemon: Update the comment and remove redundant check in ctdb_start_transport()Amitay Isaacs2013-01-091-6/+1
* ctdbd: Default value for debug_hung_script should use ETCDIRMartin Schwenke2013-01-081-1/+1
* recoverd: Separate each IP allocation algorithm into its own functionMartin Schwenke2013-01-081-66/+96
* recoverd: New function unassign_unsuitable_ips()Martin Schwenke2013-01-081-25/+34
* recoverd: Move failback retry loop into basic_failback() and lcp2_failback()Martin Schwenke2013-01-081-25/+25
* recoverd: Trying to failback more IPs no longer allocates unassigned IPsMartin Schwenke2013-01-081-2/+2
* recoverd: basic_failback() can call find_takeover_node() directlyMartin Schwenke2013-01-081-4/+2
* recoverd: Don't do failback at all when deterministic IPs are in useMartin Schwenke2013-01-081-13/+5
* recoverd: Move the test for both 'DeterministicIPs' and 'NoIPFailback' setMartin Schwenke2013-01-081-3/+8
* recoverd: Fix a memory leak in IP allocationMartin Schwenke2013-01-081-0/+2
* ctdbd: Clean up orphaned interfaces when an IP is deletedMartin Schwenke2013-01-071-4/+72
* ctdbd: Initialise the node flags in just one placeMartin Schwenke2013-01-073-12/+33
* ctdbd: Remove debug option --node-ip, use --listen insteadMartin Schwenke2013-01-071-16/+0
* ctdb:recover: fix a comment typoMichael Adam2013-01-051-1/+1
* daemon: Add a tunable to enable automatic database priority settingAmitay Isaacs2013-01-052-5/+10
* vacuum: Avoid some tallocs in ctdb recoveryVolker Lendecke2012-11-261-6/+8
* 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
* vacuum: fix a comment typoMichael Adam2012-11-191-1/+1
* ctdbd: Make the link status of new interfaces more flexibleMartin Schwenke2012-11-191-1/+14
* locking: Do not use RECLOCK for tracking DB locks and latenciesAmitay Isaacs2012-11-141-2/+8
* recoverd: Track the nodes that fail takeover run and set culprit countAmitay Isaacs2012-11-142-8/+40
* ctdbd: Fix compilation warning in locking codeMartin Schwenke2012-10-311-2/+2
* Add a \n to an error messageVolker Lendecke2012-10-251-1/+1
* recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-221-0/+46
* locking: Do not use ctdb_kill() to kill smbd processesAmitay Isaacs2012-10-201-1/+1
* locking: Add database priority handling for older versions of sambaAmitay Isaacs2012-10-201-0/+61
* locking: Schedule a new lock request everytime a lock is releasedAmitay Isaacs2012-10-201-0/+4
* ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-202-241/+6
* ctdb_recover: Replace static locking functions with locking APIAmitay Isaacs2012-10-201-98/+8