index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add ltdbtool - a standalone ltdb tool
Gregor Beck
2011-05-04
1
-0
/
+377
*
We default to non-deterministic ip now where ips are "sticky" and dont change
Ronnie Sahlberg
2011-02-08
1
-31
/
+14
*
db_exists() takes 3 arguments, not two.
Ronnie Sahlberg
2011-01-14
1
-4
/
+6
*
ADDIP failure
Ronnie Sahlberg
2011-01-13
1
-12
/
+54
*
ctdb addip:
Ronnie Sahlberg
2010-12-13
1
-138
/
+143
*
add new command line functions
Ronnie Sahlberg
2010-12-07
1
-0
/
+103
*
tools/ctdb: allow "ctdb pfetch" only on persistent databases
Stefan Metzmacher
2010-10-21
1
-2
/
+9
*
tools/ctdb: add 'persistent' flag to "ctdb attach"
Stefan Metzmacher
2010-10-21
1
-2
/
+12
*
tools/ctdb: let "ctdb catdb" pass the persistent flag to ctdb_attach()
Stefan Metzmacher
2010-10-21
1
-4
/
+8
*
Remove a debug message "Timed out waiting ..."
Ronnie Sahlberg
2010-10-13
1
-1
/
+0
*
Update latency countes to show min/max and average
Ronnie Sahlberg
2010-10-11
1
-19
/
+55
*
get rid of the "ctdb setflags" command since
Ronnie Sahlberg
2010-10-07
1
-45
/
+0
*
when printing machinereadable statistics only print the header with the field...
Ronnie Sahlberg
2010-09-30
1
-18
/
+18
*
add a machinereadable version of ctdb stats/statistics
Ronnie Sahlberg
2010-09-30
1
-25
/
+55
*
Add rolling statistics that are collected across 10 second intervals.
Ronnie Sahlberg
2010-09-29
1
-0
/
+33
*
Dont try to read the nodemap from the daemon for "ctdb listnodes"
Ronnie Sahlberg
2010-09-09
1
-44
/
+19
*
Change how NATGW is configured to allow special nodes that do not have
Ronnie Sahlberg
2010-09-08
1
-0
/
+25
*
the tfetch command can be used without the daemon running, so flag it as such.
Ronnie Sahlberg
2010-08-25
1
-4
/
+4
*
add a new command "ctdb tfetch" that can read a record straight out of the
Ronnie Sahlberg
2010-08-25
1
-0
/
+49
*
When "ctdb pfetch" creates a new file, make sure we set some initial sane mod...
Ronnie Sahlberg
2010-08-25
1
-1
/
+1
*
change "ctdb pfetch" to take an optional third argument
Ronnie Sahlberg
2010-08-25
1
-3
/
+14
*
add a command to write a record to a persistent database
Ronnie Sahlberg
2010-08-24
1
-0
/
+101
*
get rid of two compiler warnings
Ronnie Sahlberg
2010-08-24
1
-2
/
+2
*
Add a command "ctdb pfetch <db> <record>" to read a record from
Ronnie Sahlberg
2010-08-24
1
-0
/
+67
*
ctdb ip is very busy.
Ronnie Sahlberg
2010-08-20
1
-13
/
+27
*
add a new commandline flag -v to enable verbose output
Ronnie Sahlberg
2010-08-20
1
-0
/
+3
*
make it possible to "ctdb gettickle" to only list tickles for a certain
Ronnie Sahlberg
2010-08-20
1
-1
/
+12
*
Add machinereadable output for the "ctgdb gettickles <ip>" command
Ronnie Sahlberg
2010-08-18
1
-5
/
+13
*
Remove the structure ctdb_control_tcp_vnn since this is identical to the stru...
Ronnie Sahlberg
2010-08-18
1
-5
/
+44
*
Add a new "ctdb addtickle" command to manually add tickles to ctdbd
Ronnie Sahlberg
2010-08-18
1
-0
/
+38
*
We use eventloop nesting in a couple of places, notably the sync
Ronnie Sahlberg
2010-08-18
1
-0
/
+1
*
Merge commit 'rusty/libctdb-new' into foo
Ronnie Sahlberg
2010-08-18
2
-2
/
+2
|
\
|
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
2
-2
/
+2
*
|
Create a new command "ctdb sync" that isd just an alias for "ctdb iprealloc...
Ronnie Sahlberg
2010-08-10
1
-0
/
+2
*
|
Update a log message to reflect that this does no longer only happen
Ronnie Sahlberg
2010-08-10
1
-1
/
+1
*
|
Merge remote branch 'martins/master'
Ronnie Sahlberg
2010-08-09
1
-45
/
+118
|
\
\
|
*
|
Add some command-line options to ctdb_diagnostics.
Martin Schwenke
2010-08-06
1
-45
/
+118
|
|
/
*
/
remove the "ctdb freeze" debugging command
Ronnie Sahlberg
2010-08-05
1
-23
/
+0
|
/
*
ctdb: fix crash on "ctdb scriptstatus --events=releaseip"
Rusty Russell
2010-07-12
1
-0
/
+4
*
Some "ctdb ..." commands can be run without having the main daemon running.
Ronnie Sahlberg
2010-06-09
1
-10
/
+11
*
update "ctdb pnn" to use the new return value for _recv() where
Ronnie Sahlberg
2010-06-05
1
-2
/
+2
*
Update the ctdb tool to use the new signature for ctdb_connect()
Ronnie Sahlberg
2010-06-05
1
-1
/
+2
*
When we say "current time of statistics" in the "ctdb statistics" output,
Ronnie Sahlberg
2010-06-02
1
-1
/
+1
*
Add a variable for start/current time to ctdb statistics
Ronnie Sahlberg
2010-06-02
1
-0
/
+15
*
link ctdb with libctdb and connect to the daemon both the old way and by usin...
Ronnie Sahlberg
2010-06-02
1
-4
/
+17
*
rename ctdb_set_message_handler to ctdb_client_set_message_handler
Ronnie Sahlberg
2010-06-02
1
-4
/
+4
*
rename ctdb_send_message to ctdb_client_send_message to resolve colission wit...
Ronnie Sahlberg
2010-06-02
2
-6
/
+6
*
Merge commit 'rusty/libctdb2'
Ronnie Sahlberg
2010-05-25
2
-2
/
+2
|
\
|
*
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...
Rusty Russell
2010-05-20
2
-2
/
+2
*
|
In control_ipreallocate() we wait at most 5 tries before aborting the command
Ronnie Sahlberg
2010-05-20
1
-9
/
+4
[prev]
[next]