summaryrefslogtreecommitdiffstats
path: root/ctdb/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tools/ctdb: "ctdb runstate" now accepts optional expected run state argumentsMartin Schwenke2013-05-241-1/+24
* tools/ctdb: New command runstate to print current runstateMartin Schwenke2013-05-241-0/+21
* tools/ctdb: Remove duplicate command definition for "sync"Martin Schwenke2013-05-241-2/+1
* tools/ctdb: Fix racy ipreallocate codeAmitay Isaacs2013-05-231-63/+22
* build: Rename version.h to ctdb_version.hAmitay Isaacs2013-05-231-1/+1
* tools/ltdbtool: Fix handling of -e optionAmitay Isaacs2013-04-081-3/+6
* fix a typoVolker Lendecke2013-03-121-1/+1
* tools/ctdb: delip no longer fails if IP can not be movedMartin Schwenke2013-02-271-76/+83
* tools/ctdb: Fix a compiler warningMartin Schwenke2013-02-041-1/+1
* tools/ctdb: Add setdbseqnum command to set __db_sequence_number__Amitay Isaacs2013-01-091-0/+86
* tools/ctdb: Re-factor code to check if db exists given name or idAmitay Isaacs2013-01-091-212/+110
* tools/ctdb: Add pdelete command to delete a record from persistent databaseAmitay Isaacs2013-01-091-0/+67
* tools/ctdb: Do not use function return value as pnnAmitay Isaacs2012-11-141-3/+5
* tool/ctdb: Always support ctdb version command, don't make it optionalAmitay Isaacs2012-10-301-8/+3
* tools/ctdb: Merge recoverd log handling into getlog/clearlogMartin Schwenke2012-10-221-102/+63
* tools/ctdb: Add log ringbuffer handling for recoverdMartin Schwenke2012-10-221-0/+73
* ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-201-10/+0
* tools/ctdb: Display the locking statisticsAmitay Isaacs2012-10-201-14/+44
* tools/ctdb_diagnostics: Add "ctdb listvars" outputMartin Schwenke2012-10-181-0/+1
* tools/ctdb: Remove extra header from natgwlist -Y outputMartin Schwenke2012-10-181-4/+0
* tools/ctdb: Free the event contextMartin Schwenke2012-10-021-0/+1
* tools/ctdb: Clean up control_natgw()Martin Schwenke2012-09-281-63/+69
* tools/ctdb: Convert some commands over to libctdbMartin Schwenke2012-09-281-19/+24
* tools/ctdb: Remove redundant filtering loop in control_natgwlist()Martin Schwenke2012-09-281-3/+0
* tools/ctdb: natgwlist output is either human readable or machine readableMartin Schwenke2012-09-281-12/+28
* tools/ctdb: Factor out printing of the machine readable status headerMartin Schwenke2012-09-281-4/+8
* tools/ctdb: NAT gateway code should use CTDB_NATGW_NODESMartin Schwenke2012-09-281-1/+1
* ctdb tool: recmaster command might as well be auto-allMartin Schwenke2012-07-301-1/+1
* tools/onnode: Add -P option to push files to given nodesMartin Schwenke2012-07-301-13/+36
* Remove tevent_loop_allow_nesting()Amitay Isaacs2012-07-161-1/+0
* ctdb: use correct "persistent" state for ctdb_attach in "ctdb cattdb"Michael Adam2012-07-031-1/+1
* Add new command to find which interface is located onRonnie Sahlberg2012-06-201-0/+22