summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
...
* locking: Refactor code to iterate over databases based on priorityAmitay Isaacs2013-05-241-0/+42
* locking: Add newline to debug logsAmitay Isaacs2013-05-241-2/+2
* ctdbd: Print version string in the daemon startupAmitay Isaacs2013-05-231-1/+3
* recoverd: takeover_run_core() should not use modified node flagsMartin Schwenke2013-05-231-98/+112
* ctdbd: Update confusing log messageMartin Schwenke2013-05-231-1/+1
* ctdbd: Log a message when recovery master changesMartin Schwenke2013-05-231-1/+14
* ctdbd: Log add and delete of IPsMartin Schwenke2013-05-221-0/+4
* ctdbd: Removed bogus comment in ctdb_find_iface()Martin Schwenke2013-05-221-1/+0
* recoverd: Move IP flags into ctdb_takeover.cMartin Schwenke2013-05-091-0/+6
* recoverd: Clear IP flags after IP allocation algorithm has runMartin Schwenke2013-05-091-5/+17
* recoverd: Remove unused mask argument and initial mask calculationMartin Schwenke2013-05-071-19/+3
* recoverd: When calculating rebalance candidates don't consider flagsMartin Schwenke2013-05-071-21/+28
* recoverd: Remove unused mask argument from IP allocation functionsMartin Schwenke2013-05-071-26/+19
* recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabledMartin Schwenke2013-05-072-71/+80
* recoverd: Factor out new function all_nodes_are_disabled()Martin Schwenke2013-05-071-6/+12
* recoverd: Refactor code to get NoIPTakeover tunable from all nodesMartin Schwenke2013-05-071-28/+101
* recoverd: Add debug message when dropping IPs in IP allocationMartin Schwenke2013-05-071-0/+6
* ctdbd: Log CTDB startup before creating the PID fileMartin Schwenke2013-05-061-1/+1
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-063-53/+2
* recoverd: ctdb_takeover_run() uses CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-061-4/+2
* ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-063-0/+61
* ctdbd: Avoid freeing non-monitor event callback when monitoring is disabledMartin Schwenke2013-05-061-31/+30
* recoverd: Interface reference count changes should not cause takeover runsMartin Schwenke2013-05-021-23/+47
* recover: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-13/+5
* ctdb_daemon: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
* ctdb_call: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
* vacuum: use CTDB_REC_RO_FLAGS in the vacuuming codeMichael Adam2013-04-241-10/+2
* ltdb_server: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-2/+2
* vacuum: Update (C)Michael Adam2013-04-241-1/+1
* vacuum: extend the header comment for ctdb_process_delete_list()Michael Adam2013-04-241-2/+20
* vacuum: turn the vacuuming on lmaster into a three-phase process.Michael Adam2013-04-241-25/+278
* vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-242-0/+207
* vacuum: reorder some of ctdb_process_delete_list() more intuitivelyMichael Adam2013-04-241-21/+21
* vacuum: add explicit temporary memory context to ctdb_process_delete_list()Michael Adam2013-04-241-5/+12
* vacuum: fix indentation in ctdb_process_delete_list()Michael Adam2013-04-241-2/+2
* vacuum: free temporary allocated memory correctly in ctdb_process_delete_list().Michael Adam2013-04-241-8/+15
* vacuum: move variable into scope of use in ctdb_process_delete_list()Michael Adam2013-04-241-1/+2
* vacuum: move variable into scope of use in ctdb_process_delete_list()Michael Adam2013-04-241-1/+1
* vacuum: simplify ctdb_process_delete_list(): reduce indentationMichael Adam2013-04-241-113/+114
* vacuum: add DEBUG to skip conditions in delete_record_traverse()Michael Adam2013-04-241-5/+25
* vacuum: break line for RO-flags check in delete_record_traverse() for readabi...Michael Adam2013-04-241-1/+5
* ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-222-3/+4
* ctdbd: Log PID file creation and removal at NOTICE levelMartin Schwenke2013-04-221-3/+3
* ctdbd: Add --pidfile optionMartin Schwenke2013-04-182-1/+36
* ctdb_call: don't bump the rsn in ctdb_become_dmaster() any moreMichael Adam2013-04-171-1/+1
* Fix a severe recovery bug that can lead to data corruption for SMB clients.Michael Adam2013-04-171-3/+6
* logging: fix comment typoMichael Adam2013-04-171-1/+1
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-172-54/+3
* recoverd: remove bogus comment "qqq" from "add prototype new banning code"Michael Adam2013-04-171-1/+0
* traverse: Ensure backward compatibility for CTDB_CONTROL_TRAVERSE_ALLAmitay Isaacs2013-04-171-12/+31