summaryrefslogtreecommitdiffstats
path: root/ctdb/tools
Commit message (Expand)AuthorAgeFilesLines
* ctdb-doc: Fix usage string for ctdb readkey/writekeyAmitay Isaacs2014-01-311-2/+2
* ctdb-tools/ctdb: Improve error checking when parsing node stringMartin Schwenke2013-11-271-1/+8
* ctdb-tools/ctdb: Fix tstore command to generate ltdb header internallyAmitay Isaacs2013-11-271-8/+26
* ctdb-scripts: Rewrite statd-callout to avoid 10 minute lagMartin Schwenke2013-11-271-2/+2
* ctdb-tools/ctdb: New ptrans commandMartin Schwenke2013-11-271-0/+150
* ctdb-onnode: New -i option to stop stdin from being closedMartin Schwenke2013-11-271-5/+10
* ctdb-recoverd: Fix backward compatibility for CTDB_SRVID_TAKEOVER_RUNMartin Schwenke2013-11-271-12/+29
* ctdb-tools/ctdb: Fix db commands when dbid is given instead of nameAmitay Isaacs2013-11-271-32/+31
* ctdb-tools/ctdb: Coverity fixesAmitay Isaacs2013-11-191-5/+11
* tools/ctdb: Fix documentation string for ban commandMartin Schwenke2013-10-291-1/+1
* tools/onnode: Fix healthy/ok node handlingMartin Schwenke2013-10-291-2/+2
* tools/ctdb: CTDB_BASE is the default location of configuration filesMartin Schwenke2013-10-221-2/+15
* tools/ctdb: Remove setdbseqnum commandAmitay Isaacs2013-10-041-86/+0
* tools/ctdb: Stop return value from being clobbered in control_lvsmaster()Martin Schwenke2013-10-041-2/+2
* tools/ctdb: Pass memory context for returning nodes in parse_nodestringAmitay Isaacs2013-10-041-7/+8
* tools/ctdb: Do not use libctdb for commandline toolAmitay Isaacs2013-10-041-107/+200
* 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
* tool/ltdbtool: -h option does not require an argumentMartin 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
* 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
* tools/ctdb: Reimplement reloadipsMartin Schwenke2013-09-191-70/+40
* 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: Make the SRVID request structure genericMartin Schwenke2013-09-191-2/+3
* 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
* tools/ctdb_diagnostics: Add output of "ctdb getdbmap"Martin Schwenke2013-08-221-0/+1
* tools/ctdb_diagnostics: Safer temporary file creationMartin Schwenke2013-08-221-3/+10
* tools/ctdb: Make most non-auto-all commands abort if run with -n allMartin Schwenke2013-08-221-6/+42
* tools/ctdb: Remove more non-essential fetching of PNN from daemonMartin Schwenke2013-08-221-25/+21
* tools/ctdb: Improve auto-all settings for some commandsMartin Schwenke2013-08-221-8/+8
* tools/ctdb: Fix message in showban when node is bannedMartin Schwenke2013-08-211-1/+2
* tools/ctdb: Reimplement ban/unban using update_flags_wait_and_ipreallocate()Martin Schwenke2013-08-211-61/+18
* tools/ctdb: Factor out common pattern used in disable/enable/stop/continueMartin Schwenke2013-08-211-119/+76
* tools/ctdb: Factor, simplify and improve robustness of ipreallocate codeMartin Schwenke2013-08-211-45/+32
* tools/ctdb: Use ctdb_get_pnn() to get PNN of the current nodeMartin Schwenke2013-08-211-29/+5
* tools/ctdb: Increase default control timeout to 10 secondsMartin Schwenke2013-08-141-1/+1
* tools/ctdb: Only print the hot records with non-zero hopcountAmitay Isaacs2013-07-301-0/+9
* tools/ctdb: Allow killtcp to read connections from standard inputMartin Schwenke2013-07-291-1/+111
* Print deleted nodes as wellSumit Bose2013-07-111-1/+12
* tools/ctdb: Fix the format of DB statistics outputAmitay Isaacs2013-07-101-9/+14
* tools/ctdb: Add "force" option to "recover" commandMartin Schwenke2013-06-281-2/+9
* tools/ctdb: Do not exit prematurely on control timeout if retrying in a loopAmitay Isaacs2013-06-201-5/+4
* ctdbd: Update the get_tunable code to return -EINVAL for unknown tunableMartin Schwenke2013-05-241-1/+1
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-1/+1