summaryrefslogtreecommitdiff
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* ctdb-recovery: Ban a node that causes recovery failureMartin Schwenke2018-11-061-15/+31
* ctdb-event: Check the return status of sock_daemon_set_startup_fdAmitay Isaacs2018-10-291-1/+5
* ctdb-daemon: Exit if eventd goes awayMartin Schwenke2018-10-291-7/+2
* ctdb-daemon: Return early when refusing to run an event scriptMartin Schwenke2018-10-291-0/+1
* ctdb-daemon: Drop implementation of RECEIVE_RECORDS controlAmitay Isaacs2018-10-092-200/+1
* ctdb-vacuum: Remove unnecessary check for zero records in delete listAmitay Isaacs2018-10-091-6/+0
* ctdb-vacuum: Fix the incorrect counting of remote errorsAmitay Isaacs2018-10-091-9/+13
* ctdb-vacuum: Simplify the deletion of vacuumed recordsAmitay Isaacs2018-10-091-243/+9
* ctdb-daemon: Invalidate records if a node becomes INACTIVEAmitay Isaacs2018-10-091-1/+23
* ctdb-daemon: Don't pull any records if records are invalidatedAmitay Isaacs2018-10-091-0/+12
* ctdb-recoverd: Set recovery lock handle at start of attemptMartin Schwenke2018-09-201-3/+4
* ctdb-recoverd: Handle cancellation when releasing recovery lockMartin Schwenke2018-09-201-0/+14
* ctdb-recoverd: Return early when the recovery lock is not heldMartin Schwenke2018-09-201-3/+5
* ctdb-recoverd: Store recovery lock handleMartin Schwenke2018-09-201-6/+7
* ctdb-recoverd: Use talloc() to allocate recovery lock handleMartin Schwenke2018-09-201-11/+23
* ctdb-recoverd: Rename hold_reclock_state to ctdb_recovery_lock_handleMartin Schwenke2018-09-201-4/+4
* ctdb-recoverd: Re-check master on failure to take recovery lockMartin Schwenke2018-09-201-0/+9
* ctdb-recoverd: Clean up taking of recovery lockMartin Schwenke2018-09-201-17/+24
* ctdb-cluster-mutex: Block signals around forkMartin Schwenke2018-09-201-0/+22
* ctdb-cluster-mutex: Reset SIGTERM handler in cluster mutex childMartin Schwenke2018-09-201-0/+10
* ctdb-daemon: Log complete eventd startup commandMartin Schwenke2018-09-051-4/+5
* ctdb-daemon: Do not retry connection to eventdMartin Schwenke2018-09-051-11/+3
* ctdb-daemon: Wait for eventd to be ready before connectingMartin Schwenke2018-09-051-7/+111
* ctdb-daemon: Open eventd pipe earlierMartin Schwenke2018-09-051-5/+9
* ctdb-daemon: Improve error handling consistencyMartin Schwenke2018-09-051-0/+1
* ctdb-event: Add support to eventd for the startup notification FDMartin Schwenke2018-09-051-0/+8
* ctdb-daemon: Only consider client ID for local database attachMartin Schwenke2018-07-102-11/+30
* ctdb: Fix build on AIXAmitay Isaacs2018-07-102-4/+4
* ctdb-server: Rename CTDB_BROADCAST_VNNMAP -> CTDB_BROADCAST_ACTIVEMartin Schwenke2018-07-104-13/+23
* ctdb/server/ctdb_daemon.c set socket close on execGary Lockyer2017-12-181-0/+1
* ctdb-recovery-helper: Deregister message handler in error pathsAmitay Isaacs2017-12-131-4/+12
* ctdb-daemon: Send STARTUP control after startup eventAmitay Isaacs2017-11-302-6/+6
* ctdb-takeover: Send tcp tickles immediately on STARTUP controlAmitay Isaacs2017-11-301-8/+7
* ctdb-takeover: Refactor code to send tickle lists for all public IPsAmitay Isaacs2017-11-301-17/+27
* ctdb-eventd: Simplify eventd codeAmitay Isaacs2017-11-241-166/+17
* ctdb-daemon: Allocate deferred calls off calling contextAmitay Isaacs2017-11-211-1/+13
* ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs2017-10-103-0/+96
* ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2017-10-103-0/+132
* ctdb-daemon: Send broadcast to connected nodes, not configured nodesAmitay Isaacs2017-10-051-2/+3
* ctdb: Centralize ctdb_version_stringVolker Lendecke2017-09-261-2/+2
* ctdbd: Fix a typoVolker Lendecke2017-09-261-1/+1
* ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-10/+12
* ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2017-09-212-0/+28
* ctdb-protocol: Optionally print port for address printing functionsMartin Schwenke2017-09-194-12/+21
* ctdb-build: Split protocol-util as a separate subsystemMartin Schwenke2017-09-196-4/+6
* Revert "ctdb-daemon: Don't explicitly stop monitoring during shutdown"Martin Schwenke2017-09-191-0/+1
* Revert "ctdb-daemon: Remove unused function ctdb_stop_monitoring()"Martin Schwenke2017-09-191-0/+12
* ctdb-daemon: Remove unused function ctdb_stop_monitoring()Martin Schwenke2017-09-141-12/+0
* ctdb-daemon: Drop monitoring modeMartin Schwenke2017-09-141-6/+1
* ctdb-daemon: Drop implementation of monitor controlsMartin Schwenke2017-09-141-39/+0