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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
RECOVER: When we pull databases during recovery, we used to reallocate the da...
Ronnie Sahlberg
2012-05-25
4
-3
/
+15
*
DOCS: Document the new tunables to produce warnings if databases grow unexpec...
Ronnie Sahlberg
2012-05-21
3
-78
/
+134
*
DEBUG: Add checks for and print debug messages when 1) a database contains ve...
Ronnie Sahlberg
2012-05-21
3
-1
/
+24
*
TEVENT: Add back tracking of long runnig events to the local copy of tevent ...
Ronnie Sahlberg
2012-05-21
5
-0
/
+66
*
GANESHA: make the ganesha script executable by default
Ronnie Sahlberg
2012-05-17
1
-1
/
+1
*
Merge remote branch 'martins/ganesha'
Ronnie Sahlberg
2012-05-17
4
-120
/
+136
|
\
|
*
Eventscripts: Modernise 60.ganesha to match 60.nfs
Martin Schwenke
2012-05-16
4
-119
/
+135
|
*
Eventscripts: restart lockd in the background when going unhealthy
Martin Schwenke
2012-05-16
1
-1
/
+1
|
*
Eventscript functions: add optional version to nfs_check_rpc_service()
Martin Schwenke
2012-05-16
1
-3
/
+9
*
|
Debug: When scripts hang, we may need to collect additional data in order to ...
Ronnie Sahlberg
2012-05-17
9
-21
/
+74
*
|
tests: Move the "ctdb reloadips" test from complex/ to simple/
Martin Schwenke
2012-05-14
1
-4
/
+2
*
|
tests: Fix a typo in daemons_setup()
Martin Schwenke
2012-05-14
1
-2
/
+2
*
|
tests: New function get_ctdbd_command_line_option() for integration testing
Martin Schwenke
2012-05-14
1
-0
/
+21
*
|
tests: Use per-daemon public_addresses file for local daemons
Martin Schwenke
2012-05-14
1
-6
/
+8
*
|
tests: Restore the old behaviour of "make test" so it uses tests/var
Martin Schwenke
2012-05-14
1
-1
/
+1
*
|
tests: Fix wrapper scripts to handle options and tests without breakage
Martin Schwenke
2012-05-14
4
-66
/
+66
*
|
tests: Add a test for "ctdb reloadips"
Martin Schwenke
2012-05-11
1
-0
/
+108
*
|
tests: In integration tests, use --node-ip to avoid locking weirdness
Martin Schwenke
2012-05-11
1
-1
/
+2
*
|
tests: Allow run_cluster_tests.sh to take options
Martin Schwenke
2012-05-11
1
-4
/
+17
*
|
tests: Allow run_tests.sh to take options
Martin Schwenke
2012-05-11
1
-2
/
+16
*
|
tests/eventscripts: Fix a policy routing test
Martin Schwenke
2012-05-11
1
-1
/
+1
*
|
tests/eventscripts: $CTDB_BASE needs to be in $TEST_VAR_DIR
Martin Schwenke
2012-05-11
1
-1
/
+2
*
|
Packaging: Improve dependencies
Martin Schwenke
2012-05-11
1
-2
/
+6
*
|
Packaging: add options to ctdb.spec.in to force use of bundled libraries
Martin Schwenke
2012-05-11
1
-1
/
+30
*
|
Eventscript functions: add optional version to nfs_check_rpc_service()
Martin Schwenke
2012-05-11
1
-3
/
+9
*
|
Packaging: devel package fixes
Martin Schwenke
2012-05-11
1
-2
/
+2
*
|
Packaging: generate a ctdb-tests package
Martin Schwenke
2012-05-11
1
-1
/
+20
|
/
*
We dont need to serialize the "probe which address this node is" if we have g...
Ronnie Sahlberg
2012-05-10
1
-20
/
+27
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
17
-79
/
+165
*
DOC: document the reloadips command
Ronnie Sahlberg
2012-05-03
3
-79
/
+170
*
RELOADIPS: simplify the reloadips code a bit
Ronnie Sahlberg
2012-05-01
3
-42
/
+33
*
Revert "server: locking: Provide a common API for non-blocking locking of TDBs"
Amitay Isaacs
2012-05-01
1
-783
/
+0
*
server: locking: Provide a common API for non-blocking locking of TDBs
Amitay Isaacs
2012-05-01
1
-0
/
+783
*
tests/simple: Fix typo in the test message
Amitay Isaacs
2012-05-01
1
-1
/
+1
*
Add new control to reload the public ip address file on a node
Ronnie Sahlberg
2012-05-01
7
-10
/
+450
*
tests: Update README
Martin Schwenke
2012-04-27
1
-1
/
+18
*
tests/eventscripts: $CTDB_ETCDIR should be in $TEST_VAR_DIR
Martin Schwenke
2012-04-27
1
-12
/
+12
*
tests/eventscripts: Use a canned ctdb.sysconfig rather than a link
Martin Schwenke
2012-04-27
1
-1
/
+2
*
tests/eventscripts: Explicitly set CTDB_SERVICE_AUTOSTARTSTOP="yes"
Martin Schwenke
2012-04-27
2
-0
/
+2
*
tests/eventscripts: Be more defensive about removing the var directory
Martin Schwenke
2012-04-27
1
-1
/
+2
*
Eventscripts: fix basename -> dirname typo
Martin Schwenke
2012-04-27
1
-1
/
+1
*
tests/eventscripts: Add sanity check to esnure events.d/ can be found
Martin Schwenke
2012-04-27
1
-0
/
+25
*
tests: Add installation script for tests
Martin Schwenke
2012-04-27
2
-0
/
+95
*
tests/simple: Add new pseudo testcase to potentially shutdown local daemons
Martin Schwenke
2012-04-27
1
-0
/
+23
*
tests: New run_tests -C (cleanup) option
Martin Schwenke
2012-04-27
1
-1
/
+12
*
tests/eventscripts: $FAKE_IP_STATE is always set in ip command stub
Martin Schwenke
2012-04-27
1
-2
/
+0
*
tests: Time logging in integration tests should use TEST_VAR_DIR
Martin Schwenke
2012-04-27
2
-2
/
+2
*
tests: Unit tests should use $TEST_VAR_DIR
Martin Schwenke
2012-04-27
2
-8
/
+3
*
tests: Improve the logic for adding directories to $PATH
Martin Schwenke
2012-04-27
2
-6
/
+29
*
tests: Update integration.sh to use TEST_VAR_DIR
Martin Schwenke
2012-04-27
1
-27
/
+30
[prev]
[next]