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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Test: add test tool and test that UPDATE_RECORD works on persistent databases
Ronnie Sahlberg
2012-03-12
3
-0
/
+230
|
*
|
ReadOnly: Only restrict the readonly sanity/paranoia check that only allows
Ronnie Sahlberg
2012-03-12
1
-1
/
+4
|
*
|
READONLY: when updating a remote node to revoke a delegation, make sure we do...
Ronnie Sahlberg
2012-03-02
2
-0
/
+18
|
*
|
New version 1.13
Ronnie Sahlberg
2012-03-01
1
-0
/
+4
|
*
|
READONLY: skip vacuuming or deleting records with readonly delegations.
Ronnie Sahlberg
2012-02-29
2
-0
/
+20
|
*
|
Vacuuming: change default timeout to 120 seconds
Ronnie Sahlberg
2012-02-29
1
-1
/
+1
|
*
|
Add a tunable variable to control how long we defer after a ctdb addip until ...
Ronnie Sahlberg
2012-02-28
3
-2
/
+8
|
*
|
When adding ips to nodes, set up a deferred rebalance for the whole node to t...
Ronnie Sahlberg
2012-02-28
5
-11
/
+139
|
*
|
Make KILLTCP structure a child of VNN so that it is freed at the same time
Ronnie Sahlberg
2012-02-27
1
-3
/
+19
|
*
|
Eventscripts: remove the horrible horrible circular reference between state a...
Ronnie Sahlberg
2012-02-23
2
-7
/
+22
|
*
|
change TDB to be valgrind nice
Ronnie Sahlberg
2012-02-22
1
-0
/
+2
|
*
|
server:update_record: remove some blood stains (trailing spaces...)
Michael Adam
2012-02-21
1
-15
/
+15
|
*
|
server:update_record: make ctdb_childwrite static
Michael Adam
2012-02-21
1
-1
/
+2
|
*
|
server: move the code for the update_record control to its own file
Michael Adam
2012-02-21
4
-309
/
+336
|
*
|
Fix some documentation typos
Volker Lendecke
2012-02-21
1
-5
/
+5
|
*
|
when shutting down ctdb, allow it 30 seconds instead of 10 before will -9 the...
Ronnie Sahlberg
2012-02-21
1
-1
/
+1
|
*
|
Log the "Received SHUTDOWN ..." first in the shutown process instead of last.
Ronnie Sahlberg
2012-02-21
1
-1
/
+1
|
*
|
Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-master
Ronnie Sahlberg
2012-02-21
6
-27
/
+29
|
|
\
\
|
|
*
|
READONLY: only send a control to schedule fast-vacuuming from child context i...
Ronnie Sahlberg
2012-02-21
4
-2
/
+16
|
|
*
|
READONLY: dont schedule for fast vacuum deletion if any of the readonly recor...
Ronnie Sahlberg
2012-02-21
1
-2
/
+3
|
|
*
|
Revert "ReadOnly: We can not use ctdb_ltdb_store from a client/child context ...
Ronnie Sahlberg
2012-02-21
1
-23
/
+10
|
*
|
|
Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-master
Ronnie Sahlberg
2012-02-20
2
-10
/
+25
|
|
\
|
|
|
|
*
|
ReadOnly: We can not use ctdb_ltdb_store from a client/child context since
Ronnie Sahlberg
2012-02-20
1
-10
/
+23
|
|
*
|
ReadOnly: Make sure we dont try to fast-vacuum records that are set for reado...
Ronnie Sahlberg
2012-02-20
1
-0
/
+2
|
*
|
|
Merge branch 'master' of ssh://git.samba.org/data/git/ctdb
Ronnie Sahlberg
2012-02-20
14
-21
/
+422
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Fix the build on freebsd9. (typo in flags?)
Michael Adam
2012-02-18
1
-1
/
+1
|
|
*
|
Add common/system_freebsd.c
Volker Lendecke
2012-02-13
3
-1
/
+381
|
|
*
|
Add includes required on FreeBSD
Volker Lendecke
2012-02-13
7
-0
/
+8
|
|
*
|
FreeBSD does not define s6_addr32, only s6_addr
Volker Lendecke
2012-02-13
3
-20
/
+29
|
|
*
|
Make CTDB_CURRENT_NODE work with CTDB_REQ_MESSAGE
Volker Lendecke
2012-02-13
1
-0
/
+4
|
*
|
|
TESTS: Add test for wipedb command
Ronnie Sahlberg
2012-02-16
1
-0
/
+68
|
|
/
/
|
*
|
READONLY: add test for creating and revoking delegations
Ronnie Sahlberg
2012-02-13
1
-0
/
+163
|
*
|
READONLY: Update the fetch-readonly-once test tool to use CTDB_SOCKET if set
Ronnie Sahlberg
2012-02-13
1
-2
/
+6
|
*
|
READONLY: document the command to activate readonly record support
Ronnie Sahlberg
2012-02-13
3
-509
/
+341
|
*
|
READONLY: allow specifying the db name for setdbreadonly instead of just the...
Ronnie Sahlberg
2012-02-13
1
-2
/
+31
|
*
|
Load platform dependent objs instead of Linux one
Mathieu Parent
2012-02-11
3
-7
/
+1
|
|
/
|
*
ReadOnly: add per-database statistics to view how much delegations/revokes we...
Ronnie Sahlberg
2012-02-08
11
-0
/
+237
|
*
STATISTICS: add total counts for number of delegations and number of revokes
Ronnie Sahlberg
2012-02-08
4
-0
/
+7
|
*
TESTS: Add a test that verifies that RecoverPDBBySeqNum works as expected.
Ronnie Sahlberg
2012-02-08
1
-0
/
+232
|
*
Ad test tool to store data and ctdb header into a local tdb file
Ronnie Sahlberg
2012-02-07
1
-1
/
+64
|
*
TFETCH add verbose flag to print also the record ltdb heaer
Ronnie Sahlberg
2012-02-07
1
-5
/
+13
|
*
CTDB: update tfetch so we can specify a hexadecimal string as key
Ronnie Sahlberg
2012-02-07
1
-10
/
+45
|
*
TESTS: ctdb_fetch needs to allow tevent nesting
Ronnie Sahlberg
2012-02-06
1
-0
/
+1
|
*
Merge remote branch 'martins/tests'
Ronnie Sahlberg
2012-02-06
3
-11
/
+123
|
|
\
|
|
*
Tests: eventscripts - fix breakage in some NFS tests
Martin Schwenke
2012-02-06
1
-10
/
+7
|
|
*
Tests: eventscripts - make init test pass with recent change to 10.interface
Martin Schwenke
2012-02-06
1
-1
/
+1
|
|
*
Tests: new test to check that "ctdb delip" removes the IP from interface.
Martin Schwenke
2012-02-06
1
-0
/
+115
|
*
|
Merge remote branch 'martins/takeover'
Ronnie Sahlberg
2012-02-06
1
-5
/
+81
|
|
\
\
|
|
*
|
Test - IP allocation simulation - add -e option to run the daemon's algorithm
Martin Schwenke
2012-02-06
1
-4
/
+75
|
|
*
|
Tests - IP allocation simulation - LCP2 => non-deterministic
Martin Schwenke
2012-02-06
1
-1
/
+6
|
|
|
/
[prev]
[next]