summaryrefslogtreecommitdiff
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb: Use talloc_report_str in ctdbVolker Lendecke2015-08-201-25/+15
* ctdb-daemon: Reset database statistics when resetting statisticsAmitay Isaacs2015-08-072-0/+21
* ctdb-daemon: Check if updates are in flight when releasing all IPsMartin Schwenke2015-07-291-3/+15
* ctdb-banning: If node is already banned, do not run ctdb_local_node_got_banned()Amitay Isaacs2015-07-291-1/+6
* ctdb-daemon: Correctly process the exit code from failed eventscriptsAmitay Isaacs2015-07-221-1/+5
* ctdb-daemon: Ignore SIGUSR1Martin Schwenke2015-07-211-0/+1
* ctdb-daemon: Return correct sequence number for CONTROL_GET_DB_SEQNUMAmitay Isaacs2015-07-141-4/+1
* ctdb-daemon: Allow a new monitor event to cancel one already in progressMartin Schwenke2015-07-141-2/+6
* ctdb-daemon: Improve error messages when eventscript control is cancelledMartin Schwenke2015-07-141-2/+11
* ctdb-daemon: Avoid double-free during monitor cancellationAmitay Isaacs2015-07-141-1/+1
* ctdb-daemon: Remove control CTDB_CONTROL_SET_CALLAmitay Isaacs2015-07-101-6/+2
* ctdb-daemon: Fix valgrind invalid read error in db_statistics controlAmitay Isaacs2015-07-101-1/+2
* ctdb-daemon: Promote debug messages about --start-as-* to NOTICE levelMartin Schwenke2015-07-011-2/+2
* ctdb-recoverd: Clear IP assignment tree on election lossMartin Schwenke2015-07-011-0/+2
* ctdb-recoverd: Add new function clear_ip_assignment_tree()Martin Schwenke2015-07-011-0/+4
* ctdb: remove useless setting of variable domain_socket_nameMichael Adam2015-06-251-8/+0
* ctdb-vacuum: revert "Do not delete VACUUM MIGRATED records immediately"Michael Adam2015-06-121-5/+0
* ctdb-locking: move all auto_mark logic into process_callbacks()Stefan Metzmacher2015-06-121-10/+2
* ctdb-locking: make process_callbacks() more robustStefan Metzmacher2015-06-121-3/+8
* ctdb-locking: Add a comment to explain auto_mark usageAmitay Isaacs2015-06-121-0/+4
* ctdb-locking: Avoid resetting talloc destructorAmitay Isaacs2015-06-121-2/+4
* ctdb-locking: Avoid memory leak in the failure caseAmitay Isaacs2015-06-121-0/+1
* ctdb-locking: Set destructor when lock_context is createdAmitay Isaacs2015-06-121-4/+1
* ctdb-locking: Set the lock_ctx->request to NULL when request is freedStefan Metzmacher2015-06-121-0/+6
* ctdb-locking: Avoid memory corruption in ctdb_lock_context_destructorStefan Metzmacher2015-06-121-0/+4
* ctdb-recovered: Drop unused variableAmitay Isaacs2015-06-051-2/+0
* ctdb-recoverd/vacuum: Remove vacuum_info structureAmitay Isaacs2015-06-051-74/+5
* ctdb-recoverd/vacuum: move fetch loop back into fetch handler.Michael Adam2015-06-051-24/+15
* ctdb-recoverd/vacuum: slightly reorder the vacuum fetch loopMichael Adam2015-06-051-2/+3
* ctdb-recoverd/vacuum: add common exit point to vacuum_fetch_handlerMichael Adam2015-06-051-16/+10
* ctdb-recoverd/vacuum: factor vacuum_fetch_process_one out of vacuum_fetch_loopMichael Adam2015-06-051-48/+66
* ctdb-recoverd/vacuum: move two variables into scope.Michael Adam2015-06-051-3/+2
* ctdb-recoverd/vacuum: remove unneeded prototype.Michael Adam2015-06-051-1/+0
* ctdb-daemon: Move release of all IPs to startupMartin Schwenke2015-05-132-3/+3
* ctdb-daemon: Never release all IPs when DisableIPFailover is setMartin Schwenke2015-05-132-3/+5
* ctdb-daemon: Don't update IP tree if DisableIPFailover is setMartin Schwenke2015-05-131-1/+6
* ctdb-daemon: Mark interfaces as "up" by defaultMartin Schwenke2015-05-131-14/+2
* ctdb-daemon: Skip "IP on interface" checks if DisableIPFailover is setMartin Schwenke2015-05-131-3/+3
* ctdb-daemon: Improve readability of code by nesting if-statementsMartin Schwenke2015-05-131-6/+10
* ctdb-daemon: Remove obsolete IPv4 only controlsAmitay Isaacs2015-05-123-164/+24
* ctdb-daemon: Remove older data structure that supports only IPv4 addressesAmitay Isaacs2015-05-122-25/+3
* ctdb-daemon: Fix typo in debug messageMartin Schwenke2015-05-101-1/+1
* ctdb-daemon: Initialise eventscript status earlierMartin Schwenke2015-05-101-4/+4
* ctdb-daemon: Make ctdb_event_script_args() terminate if no scriptsMartin Schwenke2015-05-101-0/+1
* ctdb-daemon: Drop interface monitoringMartin Schwenke2015-05-102-48/+0
* ctdb-recoverd: Short circuit takeover run if no nodes are RUNNINGMartin Schwenke2015-05-101-0/+17
* ctdb-recoverd: Remove redundant condition when checking recovery lockMartin Schwenke2015-05-101-6/+4
* ctdb-recoverd: Simplify using TALLOC_FREE()Martin Schwenke2015-05-101-2/+1
* ctdb-recoverd: Drop redundant condition in election handlerMartin Schwenke2015-05-101-2/+1
* ctdb-recoverd: Remove unused memory context variableMartin Schwenke2015-05-101-6/+0