summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb/daemon: reloadips must register state of asynchronous controlsMartin Schwenke2014-01-311-0/+3
* ctdb-daemon: Simplify listing event scripts using scandirAmitay Isaacs2014-01-211-94/+40
* ctdb-daemon: Do not run monitor event if any other event is already runningAmitay Isaacs2014-01-211-0/+15
* ctdb/daemon: Untangle serialisation of 1st recovery -> startup -> monitorMartin Schwenke2014-01-172-68/+75
* ctdb/recoverd: Do not refuse disabling takeover runs on inactive nodesMartin Schwenke2014-01-171-7/+0
* ctdb-recoverd: Ignore failed ipreallocated controls to inactive nodesMartin Schwenke2014-01-171-17/+17
* ctdb-daemon: Remove ctdb_fork_with_logging()Amitay Isaacs2014-01-161-60/+0
* ctdb-daemon: Remove unused code to run eventscriptsAmitay Isaacs2014-01-161-104/+0
* ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs2014-01-161-26/+28
* ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs2014-01-161-20/+90
* ctdb-daemon: Add helper process to execute event scriptsAmitay Isaacs2014-01-161-0/+136
* ctdb-daemon: Add ctdb_vfork_with_logging()Amitay Isaacs2014-01-161-0/+78
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-165-44/+15
* ctdb-daemon: Deprecate RELOAD and STATUS eventsAmitay Isaacs2014-01-161-4/+1
* ctdb-recoverd: Only respond to currently queued ipreallocated requestsMartin Schwenke2013-11-271-1/+10
* ctdb-recoverd: For persistent databases a sequence number of 0 is validMartin Schwenke2013-11-271-2/+3
* ctdb-locking: Use vfork instead of fork to exec helpersAmitay Isaacs2013-11-271-2/+5
* ctdb-locking: Update current lock statistics when lock is scheduledAmitay Isaacs2013-11-271-2/+2
* ctdb-locking: Do not merge multiple lock requests to avoid unfair schedulingAmitay Isaacs2013-11-271-1/+6
* ctdb-locking: Implement active lock requests limit per databaseAmitay Isaacs2013-11-271-8/+11
* ctdb-recoverd: Fix backward compatibility for CTDB_SRVID_TAKEOVER_RUNMartin Schwenke2013-11-271-7/+7
* ctdb-recoverd: A node refuses to play against itselfMartin Schwenke2013-11-271-0/+5
* ctdb-recoverd: Remove duplicate code to update flags during recoveryMartin Schwenke2013-11-271-17/+0
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-198-24/+49
* tunables: Remove obsolete tunablesAmitay Isaacs2013-10-301-3/+0
* recoverd: Rebalancing should be done regardless tunableMartin Schwenke2013-10-301-7/+14
* recoverd: Improve an error message in the election codeMartin Schwenke2013-10-301-1/+1
* Revert "if a new node enters the cluster, that node will already be frozen at...Martin Schwenke2013-10-301-20/+13
* ctdbd: When a node is connected, log at DEBUG NOTICE not DEBUG_INFOMartin Schwenke2013-10-291-2/+3
* Revert "recoverd: Disable takeover runs on other nodes for 5 minutes"Martin Schwenke2013-10-291-2/+2
* daemon: Change the default recovery method for persistent databasesAmitay Isaacs2013-10-281-1/+1
* packaging: Move ctdb/ directory from /var to /var/libAmitay Isaacs2013-10-251-3/+3
* ctdbd: Simplify database directory setting logicMartin Schwenke2013-10-252-57/+3
* ctdbd: Remove duplicate database directory setting logicMartin Schwenke2013-10-252-34/+5
* ctdbd: Pass the public address file location in ctdb contextMartin Schwenke2013-10-222-4/+5
* ctdbd: Debug locks by default with override from enviroment variableMartin Schwenke2013-10-221-4/+16
* ctdbd: Default for event_script_dir should use CTDB_BASEMartin Schwenke2013-10-222-15/+10
* ctdbd: Add nodes_file member to struct ctdb_contextMartin Schwenke2013-10-222-16/+25
* ctdbd: Don't check CTDB_BASE before setting it, just don't overrideMartin Schwenke2013-10-221-5/+2
* ctdbd: Fix some errors in the popt configurationMartin Schwenke2013-10-221-2/+2
* recoverd: Remove function reload_nodes_file()Martin Schwenke2013-10-221-11/+2
* Revert "null out the pointer before we reload the nodes file"Martin Schwenke2013-10-221-1/+1
* recoverd: Ignore failed flag updates on inactive nodesAmitay Isaacs2013-10-221-2/+6
* recoverd: Fix the VNN lmaster consistency checkMartin Schwenke2013-10-221-5/+11
* ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs2013-10-043-314/+4
* ctdbd: Deprecate TRANS2 commit controlsAmitay Isaacs2013-10-041-6/+5
* ctdbd: Create a utility function to log error for "not implemented" controlsAmitay Isaacs2013-10-041-4/+15
* traverse: Send traverse end record from traverse child processAmitay Isaacs2013-09-251-25/+26
* traverse: Wait till all data has been flushed from output queueAmitay Isaacs2013-09-251-0/+6
* traverse: Use ctdb local variable for convenienceAmitay Isaacs2013-09-251-3/+3