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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
better name for this hack
Andrew Tridgell
2007-04-28
1
-1
/
+1
|
*
use ctdb_get_connected_nodes for node listing
Andrew Tridgell
2007-04-28
1
-1
/
+5
|
*
added status all and debug all control operations
Andrew Tridgell
2007-04-28
1
-0
/
+1
|
*
report number of clients in ping
Andrew Tridgell
2007-04-28
1
-0
/
+1
*
|
add a new "recovery mode" field to ctdb.
Ronnie Sahlberg
2007-04-29
2
-1
/
+16
*
|
implement a control to pull a database from a remote node
Ronnie Sahlberg
2007-04-29
2
-1
/
+7
*
|
control to delete all records in a database
Ronnie Sahlberg
2007-04-29
2
-1
/
+7
*
|
add a new control to set all records in a database to a new dmaster
Ronnie Sahlberg
2007-04-29
2
-1
/
+7
*
|
add a control to read an entire tdb from a node including
Ronnie Sahlberg
2007-04-29
2
-1
/
+11
|
/
*
add a few more controls that are useful for debugging a cluster
Ronnie Sahlberg
2007-04-28
2
-9
/
+25
*
add a control to pull the database list from a remote node
Ronnie Sahlberg
2007-04-28
2
-2
/
+12
*
factor out the packet allocation code
Andrew Tridgell
2007-04-28
1
-1
/
+15
*
merge from ronnie
Andrew Tridgell
2007-04-28
1
-0
/
+1
|
\
|
*
add a generation field to the pdu header.
Ronnie Sahlberg
2007-04-28
1
-0
/
+1
*
|
merge from ronnie
Andrew Tridgell
2007-04-27
2
-13
/
+13
|
\
|
|
*
make srvid 64 bits instead of 32 bits
Ronnie Sahlberg
2007-04-28
2
-13
/
+13
*
|
some debug code
Andrew Tridgell
2007-04-27
1
-0
/
+2
|
/
*
merged broadcast messages from ronnie
Andrew Tridgell
2007-04-27
1
-2
/
+3
|
\
|
*
add a special VNN that means "all" nodes so that a message can be
Ronnie Sahlberg
2007-04-27
1
-2
/
+3
*
|
debug level controls
Andrew Tridgell
2007-04-27
2
-1
/
+6
|
/
*
add a new control : SETVNNMAP to set the generation id and also the vnn
Ronnie Sahlberg
2007-04-27
2
-1
/
+3
*
add a control to read the vnnmap configuration from a node
Ronnie Sahlberg
2007-04-27
2
-1
/
+5
*
add a mapping table from a hash value to a lmaster vnn number
Ronnie Sahlberg
2007-04-27
1
-0
/
+9
*
got rid of the getdbpath call
Andrew Tridgell
2007-04-26
2
-5
/
+5
*
added a ctdb_get_config call
Andrew Tridgell
2007-04-26
2
-1
/
+9
*
merge from peter
Andrew Tridgell
2007-04-26
1
-0
/
+1
|
\
|
*
merged tridge's branch
Peter Somogyi
2007-04-26
3
-4
/
+114
|
|
\
|
|
/
|
/
|
*
|
moved status to ctdb_control
Andrew Tridgell
2007-04-26
2
-16
/
+4
*
|
added a ctdb control message, and tool
Andrew Tridgell
2007-04-26
2
-1
/
+44
*
|
merge from ronnie
Andrew Tridgell
2007-04-26
2
-3
/
+23
|
\
\
|
*
|
add pdu's that the client can use to query the ctdb daemon of the path
Ronnie Sahlberg
2007-04-24
2
-1
/
+16
|
*
|
split the 32bit idr field into two.
Ronnie Sahlberg
2007-04-23
1
-2
/
+7
*
|
|
added max_redirect_count status field
Andrew Tridgell
2007-04-22
1
-0
/
+1
|
/
/
*
|
- when handling a record migration in the lmaster, bypass the usual
Andrew Tridgell
2007-04-22
1
-1
/
+1
*
|
added a useful tool for dumping a ctdb
Andrew Tridgell
2007-04-22
1
-0
/
+2
*
|
- expanded status to include count of each call type
Andrew Tridgell
2007-04-20
1
-0
/
+19
*
|
added ctdb_status tool
Andrew Tridgell
2007-04-20
2
-1
/
+38
|
*
removing my dirt from tridge's code
Peter Somogyi
2007-04-20
1
-5
/
+0
|
*
- ctdb/ib minor bugfixes (error case)
Peter Somogyi
2007-04-20
2
-0
/
+12
|
/
*
- split out ctdb_ltdb_lock_fetch_requeue() into a simpler
Andrew Tridgell
2007-04-19
1
-0
/
+4
*
- added a --torture option to all ctdb tools. This sets
Andrew Tridgell
2007-04-19
2
-3
/
+6
*
don't need these structures any more
Andrew Tridgell
2007-04-19
1
-12
/
+0
*
much simpler fetch code!
Andrew Tridgell
2007-04-19
1
-5
/
+2
*
- fully separate the client version of ctdb_call from the daemon
Andrew Tridgell
2007-04-19
2
-2
/
+9
*
- make he packet allocation routines take a mem_ctx, which allows
Andrew Tridgell
2007-04-19
1
-2
/
+2
*
avoid a deadlock the fetch_lock code. The deadlock could happen when
Andrew Tridgell
2007-04-19
1
-4
/
+0
*
merged the db_dir changes from volker. Changed them slightly,
Andrew Tridgell
2007-04-19
2
-0
/
+8
|
\
|
*
Add --dbdir to ctdbd. Necessary for shared operation between ctdbd and smbd.
Volker Lendecke
2007-04-18
2
-0
/
+6
|
/
*
merged cleanup from ronnie
Andrew Tridgell
2007-04-18
1
-4
/
+0
|
\
|
*
we dont need the structure ctdb_reply_shutdown since we dont implement that p...
Ronnie sahlberg
2007-04-18
1
-4
/
+0
[prev]
[next]