summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused test program ctdb_fetch_lock_onceAmitay Isaacs2013-10-042-153/+2
* tools/ctdb: When printing TDB data as a string, use correct length of the stringAmitay Isaacs2013-10-041-1/+1
* tools/ctdb: Remove un-implemented ctdb vacuum commandAmitay Isaacs2013-10-042-10/+0
* tests: Add a simple test to test cluster wide database traverseAmitay Isaacs2013-09-261-0/+73
* traverse: Send traverse end record from traverse child processAmitay Isaacs2013-09-251-25/+26
* traverse: Wait till all data has been flushed from output queueAmitay Isaacs2013-09-251-0/+6
* traverse: Use ctdb local variable for convenienceAmitay Isaacs2013-09-251-3/+3
* traverse: Check if local traverse failed or succeededAmitay Isaacs2013-09-251-10/+32
* traverse: Log information when traverse starts and endsAmitay Isaacs2013-09-251-2/+11
* tool/ltdbtool: -h option does not require an argumentMartin Schwenke2013-09-251-1/+1
* scripts: Add support for optional ctdbd.conf configuration fileMartin Schwenke2013-09-251-0/+7
* utils: Make debug level strings case-insensitiveMartin Schwenke2013-09-251-1/+1
* tools/ctdb: Fix help messages for ctdb commandsMartin Schwenke2013-09-251-4/+4
* tools/ctdb: Ban time of 0 is invalidMartin Schwenke2013-09-251-0/+5
* eventscripts: Load CTDB configuration settings in 70.iscsiAmitay Isaacs2013-09-231-0/+2
* recoverd: Disable takeover runs on other nodes for 5 minutesMartin Schwenke2013-09-191-2/+2
* recoverd: Improve logging for takeover runsMartin Schwenke2013-09-191-1/+5
* tools/ctdb: Use the standard long timeout when disabling takeover runsMartin Schwenke2013-09-191-2/+4
* tools/ctdb: Fix arguments/semantics of rebalance nodeMartin Schwenke2013-09-191-6/+20
* tools/ctdb: Make rebalancenode more robustMartin Schwenke2013-09-191-8/+4
* tests/simple: Fix the reloadips test to cope with changes to reloadipsMartin Schwenke2013-09-191-3/+3
* recoverd: Be careful about freeing the list of IP rebalance target nodesMartin Schwenke2013-09-191-1/+7
* recoverd: reloadips should rebalance target nodes for new IPsMartin Schwenke2013-09-191-0/+20
* ctdbd: Make ctdb_reloadips_child send controls asynchronouslyMartin Schwenke2013-09-191-42/+90
* recoverd: Fix the implementation of CTDB_SRVID_REBALANCE_NODEMartin Schwenke2013-09-194-66/+91
* recoverd: Remove unused CTDB_SRVID_RELOAD_ALL_IPS and handlerMartin Schwenke2013-09-192-93/+0
* tools/ctdb: Reimplement reloadipsMartin Schwenke2013-09-191-70/+40
* recoverd: Defer ipreallocated requests when takeover runs are disabledMartin Schwenke2013-09-191-1/+2
* recoverd: Reimplement CTDB_SRVID_DISABLE_IP_CHECKMartin Schwenke2013-09-191-51/+37
* recoverd: New SRVID message CTDB_SRVID_DISABLE_TAKEOVER_RUNSMartin Schwenke2013-09-192-25/+153
* tools/ctdb: Add a wait_for_all option to srvid_broadcast()Martin Schwenke2013-09-191-13/+82
* tools/ctdb: Factor out SRVID broadcast code from ipreallocate()Martin Schwenke2013-09-191-26/+40
* tools/ctdb: Change ipreallocate() to use a local done flagMartin Schwenke2013-09-191-6/+10
* recoverd: Factor out the SRVID handling codeMartin Schwenke2013-09-191-54/+99
* recoverd: Make the SRVID request structure genericMartin Schwenke2013-09-194-22/+16
* recoverd: Move disabling of IP checks into do_takeover_run()Martin Schwenke2013-09-192-14/+26
* recoverd: do_takeover_run() should mark when a takeover run is in progressMartin Schwenke2013-09-191-0/+13
* recoverd: takeover_fail_callback() doesn't need to set rec->need_takeover_runMartin Schwenke2013-09-191-1/+0
* recoverd: Fail takeover run if "ipreallocated" failsMartin Schwenke2013-09-191-14/+15
* recoverd: New function do_takeover_run()Martin Schwenke2013-09-191-21/+31
* recoverd: Stabilise the recovery master roleMartin Schwenke2013-09-191-0/+8
* recoverd: Banned nodes should not be told to run "ipreallocated" eventMartin Schwenke2013-09-181-3/+3
* common: Make parse_ip() valgrind-cleanMartin Schwenke2013-09-111-0/+2
* recoverd: Remove an orphaned commentMartin Schwenke2013-09-111-4/+0
* recoverd: Update a comment to use current terminologyMartin Schwenke2013-09-111-3/+4
* client: Remove unused function list_of_active_nodes_except_pnn()Martin Schwenke2013-09-112-12/+0
* tools/ctdb: list_of_active_nodes_except_pnn() -> list_of_nodes()Martin Schwenke2013-09-111-1/+1
* tools/ctdb: Fix a memory leak in parse_nodestring()Martin Schwenke2013-09-111-2/+3
* tests/eventscripts: Tests for memory checking in 00.ctdbMartin Schwenke2013-09-1110-2/+166
* eventscripts: Clean up monitoring of system memory in 00.ctdbMartin Schwenke2013-09-111-30/+41