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
/
server
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-recoverd: Only respond to currently queued ipreallocated requests
Martin Schwenke
2013-11-27
1
-1
/
+10
*
ctdb-recoverd: For persistent databases a sequence number of 0 is valid
Martin Schwenke
2013-11-27
1
-2
/
+3
*
ctdb-locking: Use vfork instead of fork to exec helpers
Amitay Isaacs
2013-11-27
1
-2
/
+5
*
ctdb-locking: Update current lock statistics when lock is scheduled
Amitay Isaacs
2013-11-27
1
-2
/
+2
*
ctdb-locking: Do not merge multiple lock requests to avoid unfair scheduling
Amitay Isaacs
2013-11-27
1
-1
/
+6
*
ctdb-locking: Implement active lock requests limit per database
Amitay Isaacs
2013-11-27
1
-8
/
+11
*
ctdb-recoverd: Fix backward compatibility for CTDB_SRVID_TAKEOVER_RUN
Martin Schwenke
2013-11-27
1
-7
/
+7
*
ctdb-recoverd: A node refuses to play against itself
Martin Schwenke
2013-11-27
1
-0
/
+5
*
ctdb-recoverd: Remove duplicate code to update flags during recovery
Martin Schwenke
2013-11-27
1
-17
/
+0
*
ctdb-server: Coverity fixes
Amitay Isaacs
2013-11-19
8
-24
/
+49
*
tunables: Remove obsolete tunables
Amitay Isaacs
2013-10-30
1
-3
/
+0
*
recoverd: Rebalancing should be done regardless tunable
Martin Schwenke
2013-10-30
1
-7
/
+14
*
recoverd: Improve an error message in the election code
Martin Schwenke
2013-10-30
1
-1
/
+1
*
Revert "if a new node enters the cluster, that node will already be frozen at...
Martin Schwenke
2013-10-30
1
-20
/
+13
*
ctdbd: When a node is connected, log at DEBUG NOTICE not DEBUG_INFO
Martin Schwenke
2013-10-29
1
-2
/
+3
*
Revert "recoverd: Disable takeover runs on other nodes for 5 minutes"
Martin Schwenke
2013-10-29
1
-2
/
+2
*
daemon: Change the default recovery method for persistent databases
Amitay Isaacs
2013-10-28
1
-1
/
+1
*
packaging: Move ctdb/ directory from /var to /var/lib
Amitay Isaacs
2013-10-25
1
-3
/
+3
*
ctdbd: Simplify database directory setting logic
Martin Schwenke
2013-10-25
2
-57
/
+3
*
ctdbd: Remove duplicate database directory setting logic
Martin Schwenke
2013-10-25
2
-34
/
+5
*
ctdbd: Pass the public address file location in ctdb context
Martin Schwenke
2013-10-22
2
-4
/
+5
*
ctdbd: Debug locks by default with override from enviroment variable
Martin Schwenke
2013-10-22
1
-4
/
+16
*
ctdbd: Default for event_script_dir should use CTDB_BASE
Martin Schwenke
2013-10-22
2
-15
/
+10
*
ctdbd: Add nodes_file member to struct ctdb_context
Martin Schwenke
2013-10-22
2
-16
/
+25
*
ctdbd: Don't check CTDB_BASE before setting it, just don't override
Martin Schwenke
2013-10-22
1
-5
/
+2
*
ctdbd: Fix some errors in the popt configuration
Martin Schwenke
2013-10-22
1
-2
/
+2
*
recoverd: Remove function reload_nodes_file()
Martin Schwenke
2013-10-22
1
-11
/
+2
*
Revert "null out the pointer before we reload the nodes file"
Martin Schwenke
2013-10-22
1
-1
/
+1
*
recoverd: Ignore failed flag updates on inactive nodes
Amitay Isaacs
2013-10-22
1
-2
/
+6
*
recoverd: Fix the VNN lmaster consistency check
Martin Schwenke
2013-10-22
1
-5
/
+11
*
ctdbd: Remove transaction code related to TRANS2 commits
Amitay Isaacs
2013-10-04
3
-314
/
+4
*
ctdbd: Deprecate TRANS2 commit controls
Amitay Isaacs
2013-10-04
1
-6
/
+5
*
ctdbd: Create a utility function to log error for "not implemented" controls
Amitay Isaacs
2013-10-04
1
-4
/
+15
*
traverse: Send traverse end record from traverse child process
Amitay Isaacs
2013-09-25
1
-25
/
+26
*
traverse: Wait till all data has been flushed from output queue
Amitay Isaacs
2013-09-25
1
-0
/
+6
*
traverse: Use ctdb local variable for convenience
Amitay Isaacs
2013-09-25
1
-3
/
+3
*
traverse: Check if local traverse failed or succeeded
Amitay Isaacs
2013-09-25
1
-10
/
+32
*
traverse: Log information when traverse starts and ends
Amitay Isaacs
2013-09-25
1
-2
/
+11
*
recoverd: Disable takeover runs on other nodes for 5 minutes
Martin Schwenke
2013-09-19
1
-2
/
+2
*
recoverd: Improve logging for takeover runs
Martin Schwenke
2013-09-19
1
-1
/
+5
*
recoverd: Be careful about freeing the list of IP rebalance target nodes
Martin Schwenke
2013-09-19
1
-1
/
+7
*
recoverd: reloadips should rebalance target nodes for new IPs
Martin Schwenke
2013-09-19
1
-0
/
+20
*
ctdbd: Make ctdb_reloadips_child send controls asynchronously
Martin Schwenke
2013-09-19
1
-42
/
+90
*
recoverd: Fix the implementation of CTDB_SRVID_REBALANCE_NODE
Martin Schwenke
2013-09-19
2
-60
/
+81
*
recoverd: Remove unused CTDB_SRVID_RELOAD_ALL_IPS and handler
Martin Schwenke
2013-09-19
1
-88
/
+0
*
recoverd: Defer ipreallocated requests when takeover runs are disabled
Martin Schwenke
2013-09-19
1
-1
/
+2
*
recoverd: Reimplement CTDB_SRVID_DISABLE_IP_CHECK
Martin Schwenke
2013-09-19
1
-51
/
+37
*
recoverd: New SRVID message CTDB_SRVID_DISABLE_TAKEOVER_RUNS
Martin Schwenke
2013-09-19
1
-25
/
+150
*
recoverd: Factor out the SRVID handling code
Martin Schwenke
2013-09-19
1
-54
/
+99
*
recoverd: Make the SRVID request structure generic
Martin Schwenke
2013-09-19
2
-10
/
+10
[next]