summaryrefslogtreecommitdiffstats
path: root/ctdb/tools
Commit message (Expand)AuthorAgeFilesLines
...
* add ltdbtool - a standalone ltdb toolGregor Beck2011-05-041-0/+377
* We default to non-deterministic ip now where ips are "sticky" and dont changeRonnie Sahlberg2011-02-081-31/+14
* db_exists() takes 3 arguments, not two.Ronnie Sahlberg2011-01-141-4/+6
* ADDIP failureRonnie Sahlberg2011-01-131-12/+54
* ctdb addip:Ronnie Sahlberg2010-12-131-138/+143
* add new command line functionsRonnie Sahlberg2010-12-071-0/+103
* tools/ctdb: allow "ctdb pfetch" only on persistent databasesStefan Metzmacher2010-10-211-2/+9
* tools/ctdb: add 'persistent' flag to "ctdb attach"Stefan Metzmacher2010-10-211-2/+12
* tools/ctdb: let "ctdb catdb" pass the persistent flag to ctdb_attach()Stefan Metzmacher2010-10-211-4/+8
* Remove a debug message "Timed out waiting ..."Ronnie Sahlberg2010-10-131-1/+0
* Update latency countes to show min/max and averageRonnie Sahlberg2010-10-111-19/+55
* get rid of the "ctdb setflags" command sinceRonnie Sahlberg2010-10-071-45/+0
* when printing machinereadable statistics only print the header with the field...Ronnie Sahlberg2010-09-301-18/+18
* add a machinereadable version of ctdb stats/statisticsRonnie Sahlberg2010-09-301-25/+55
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-291-0/+33
* Dont try to read the nodemap from the daemon for "ctdb listnodes"Ronnie Sahlberg2010-09-091-44/+19
* Change how NATGW is configured to allow special nodes that do not haveRonnie Sahlberg2010-09-081-0/+25
* the tfetch command can be used without the daemon running, so flag it as such.Ronnie Sahlberg2010-08-251-4/+4
* add a new command "ctdb tfetch" that can read a record straight out of theRonnie Sahlberg2010-08-251-0/+49
* When "ctdb pfetch" creates a new file, make sure we set some initial sane mod...Ronnie Sahlberg2010-08-251-1/+1
* change "ctdb pfetch" to take an optional third argumentRonnie Sahlberg2010-08-251-3/+14
* add a command to write a record to a persistent databaseRonnie Sahlberg2010-08-241-0/+101
* get rid of two compiler warningsRonnie Sahlberg2010-08-241-2/+2
* Add a command "ctdb pfetch <db> <record>" to read a record fromRonnie Sahlberg2010-08-241-0/+67
* ctdb ip is very busy.Ronnie Sahlberg2010-08-201-13/+27
* add a new commandline flag -v to enable verbose outputRonnie Sahlberg2010-08-201-0/+3
* make it possible to "ctdb gettickle" to only list tickles for a certainRonnie Sahlberg2010-08-201-1/+12
* Add machinereadable output for the "ctgdb gettickles <ip>" commandRonnie Sahlberg2010-08-181-5/+13
* Remove the structure ctdb_control_tcp_vnn since this is identical to the stru...Ronnie Sahlberg2010-08-181-5/+44
* Add a new "ctdb addtickle" command to manually add tickles to ctdbdRonnie Sahlberg2010-08-181-0/+38
* We use eventloop nesting in a couple of places, notably the syncRonnie Sahlberg2010-08-181-0/+1
* Merge commit 'rusty/libctdb-new' into fooRonnie Sahlberg2010-08-182-2/+2
|\
| * event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-182-2/+2
* | Create a new command "ctdb sync" that isd just an alias for "ctdb iprealloc...Ronnie Sahlberg2010-08-101-0/+2
* | Update a log message to reflect that this does no longer only happenRonnie Sahlberg2010-08-101-1/+1
* | Merge remote branch 'martins/master'Ronnie Sahlberg2010-08-091-45/+118
|\ \
| * | Add some command-line options to ctdb_diagnostics.Martin Schwenke2010-08-061-45/+118
| |/
* / remove the "ctdb freeze" debugging commandRonnie Sahlberg2010-08-051-23/+0
|/
* ctdb: fix crash on "ctdb scriptstatus --events=releaseip"Rusty Russell2010-07-121-0/+4
* Some "ctdb ..." commands can be run without having the main daemon running.Ronnie Sahlberg2010-06-091-10/+11
* update "ctdb pnn" to use the new return value for _recv() whereRonnie Sahlberg2010-06-051-2/+2
* Update the ctdb tool to use the new signature for ctdb_connect()Ronnie Sahlberg2010-06-051-1/+2
* When we say "current time of statistics" in the "ctdb statistics" output,Ronnie Sahlberg2010-06-021-1/+1
* Add a variable for start/current time to ctdb statisticsRonnie Sahlberg2010-06-021-0/+15
* link ctdb with libctdb and connect to the daemon both the old way and by usin...Ronnie Sahlberg2010-06-021-4/+17
* rename ctdb_set_message_handler to ctdb_client_set_message_handlerRonnie Sahlberg2010-06-021-4/+4
* rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...Ronnie Sahlberg2010-06-022-6/+6
* Merge commit 'rusty/libctdb2'Ronnie Sahlberg2010-05-252-2/+2
|\
| * libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-202-2/+2
* | In control_ipreallocate() we wait at most 5 tries before aborting the commandRonnie Sahlberg2010-05-201-9/+4