summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * tools/ctdb: allow the "ctdb vacuum" stub to be run without the daemon running.Michael Adam2011-12-231-1/+1
| | * tools/ctdb: remove functionality of "ctdb vacuum", just keeping a stub.Michael Adam2011-12-231-440/+1
| | * vacuum: locally delete the records in the delete_tree that have be deleted re...Michael Adam2011-12-231-8/+116
| | * vacuum: improve vacuuming statistics for handling the delete_tree.Michael Adam2011-12-231-8/+24
| | * vacuum: fix and improve a commentMichael Adam2011-12-231-3/+4
| | * vacuum: appropriately rename delete_traverse() to delete_marshall_traverse()Michael Adam2011-12-231-2/+3
| | * vacuum: initialize the delete_count in the vacuum dataMichael Adam2011-12-231-0/+1
| | * vacuum: fix the VacuumInterval tunable's type to uint32_t in get_vacuum_inter...Michael Adam2011-12-231-2/+2
| | * vacuum: add new tunable VacuumInterval and mark Vacuum{Default,Min,Max}Interv...Michael Adam2011-12-233-4/+6
| | * vacuum: remove struct vacuum_tuning_data (unused)Michael Adam2011-12-231-10/+0
| | * vacuum: use get_vacuum_interval() in ctdb_vacuum_event()Michael Adam2011-12-231-3/+9
| | * vacuum: change get_vacuum_interval() to simply return the VacuumDefaultInterv...Michael Adam2011-12-231-49/+0
| | * vacuum: remove update_tuning_db()Michael Adam2011-12-231-101/+0
| | * ctdb_ltdb_store_server: when storing a record that is not to be scheduled for...Michael Adam2011-12-231-6/+14
| | * vacuum: add ctdb_local_remove_from_delete_queue()Michael Adam2011-12-232-0/+57
| | * rb_tree: fix possible access-after-free-error in trbt_traversearray32_nodeMichael Adam2011-12-231-4/+7
| | * fix zero-initialization of header in _ctdbd_allocate_pkt to the correct sizeMichael Adam2011-12-231-2/+1
| * | Merge remote branch 'martins/nodestatus'Ronnie Sahlberg2012-01-038-146/+680
| |\ \ | | |/ | |/|
| | * Tests - make a comment more accurateMartin Schwenke2011-12-081-2/+1
| | * Tests - test code for parse_nodestring() functionMartin Schwenke2011-12-084-5/+429
| | * Rename struct traverse_state to allow tools C files to be #included.Martin Schwenke2011-12-081-3/+3
| | * ctdb tool - remove verify_node() functionMartin Schwenke2011-12-081-44/+0
| | * ctdb tool - new command "ctdb nodestatus [nodestring]"Martin Schwenke2011-12-081-0/+46
| | * ctdb tool - factor out status printing functionsMartin Schwenke2011-12-081-15/+29
| | * ctdb tool - generalise nodestring parsing for -nMartin Schwenke2011-12-082-93/+188
| * | Tests: eventscripts - add tests for CTDB_DELETE_UNEXPECTED_IPS="yes"Martin Schwenke2011-12-192-0/+38
| * | DOC: Update the manpage to describe all relevant tunablesRonnie Sahlberg2011-12-144-99/+637
| * | typoRonnie Sahlberg2011-12-141-1/+1
| |/
| * libctdb: fix libctdb's traverse after changes in the coreMichael Adam2011-12-061-1/+0
| * Revert "Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1"Michael Adam2011-12-061-2/+2
| * ctdb tool - move parsing of nodestring to where it is neededMartin Schwenke2011-12-061-9/+9
| * ctdb tool - replace fprintf with DEBUGMartin Schwenke2011-12-061-1/+1
| * ctdb tool - short circuit most of the logic in main for non-daemon commandsMartin Schwenke2011-12-061-24/+22
| * ctdb tool - commands that don't use the daemon can't take -n/--nodeMartin Schwenke2011-12-061-0/+4
| * ctdb tool - simplify main() by taking most code out of a loopMartin Schwenke2011-12-061-52/+52
| * Return the peer_pid properly to the callerRonnie Sahlberg2011-12-062-2/+2
| * LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...Ronnie Sahlberg2011-12-066-20/+176
| * GNU/Hurd supportMathieu Parent2011-12-062-0/+369
| * Move platform-specific code to common/system_*Mathieu Parent2011-12-064-15/+29
| * Remove zero-length gnu_printf format string in ctdb_daemon.c (gcc warning)Mathieu Parent2011-12-061-0/+1
| * Fix ctdb-crash-cleanup sysconfig handlingMathieu Parent2011-12-061-2/+11
| * Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1Ronnie Sahlberg2011-12-061-2/+2
| * traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-035-7/+52
| * DOC: document the check_srvids debugging commandRonnie Sahlberg2011-11-303-500/+363
| * ctdb: use libctdb version of check-srvids callRonnie Sahlberg2011-11-301-16/+13
| * LibCTDB: add support for the check-srvids controlRonnie Sahlberg2011-11-303-0/+131
| * check_srvids: remove the <pnn> from the commandline so that we only specify t...Ronnie Sahlberg2011-11-301-12/+9
| * Add "ctdb check_srvid"Volker Lendecke2011-11-301-0/+46
| * Add CTDB_CONTROL_CHECK_SRVIDVolker Lendecke2011-11-304-0/+42
| * DOC: describe the RecoverPDBBySeqNum tunableRonnie Sahlberg2011-11-303-406/+299