summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-tcp: Close inflight connecting TCP sockets after forkVolker Lendecke2019-11-201-0/+6
* ctdb-tcp: Drop tracking of file descriptor for incoming connectionsMartin Schwenke2019-11-204-11/+0
* ctdb-tcp: Avoid orphaning the TCP incoming queueMartin Schwenke2019-11-201-0/+7
* ctdb-tcp: Check incoming queue to see if incoming connection is upMartin Schwenke2019-11-201-1/+1
* ctdb-vacuum: Process all records not deleted on a remote nodeAmitay Isaacs2019-10-161-1/+1
* ctdb-tools: Stop deleted nodes from influencing ctdb nodestatus exit codeMartin Schwenke2019-09-201-1/+7
* ctdb: fix compilation on systems with glibc robust mutexesRalph Boehme2019-09-051-1/+1
* ctdb-recoverd: Fix typo in previous fixMartin Schwenke2019-09-031-1/+1
* ctdb-tests: Clear deleted record via recovery instead of vacuumingMartin Schwenke2019-09-031-11/+5
* ctdb-tests: Strengthen volatile DB traverse testMartin Schwenke2019-09-031-15/+52
* ctdb-recoverd: Only check for LMASTER nodes in the VNN mapMartin Schwenke2019-09-031-4/+10
* ctdb-tests: Don't retrieve the VNN map from target node for notlmasterMartin Schwenke2019-09-031-2/+1
* ctdb-tests: Handle special cases first and returnMartin Schwenke2019-09-031-31/+28
* ctdb-tests: Inline handling of recovered and notlmaster statusesMartin Schwenke2019-09-031-6/+12
* ctdb-tests: Drop unused node statuses frozen/unfrozenMartin Schwenke2019-09-031-6/+2
* ctdb-tests: Reformat node_has_status()Martin Schwenke2019-09-031-46/+48
* ctdb-daemon: Make node inactive in the NODE_STOP controlMartin Schwenke2019-08-281-0/+2
* ctdb-daemon: Drop unused function ctdb_local_node_got_banned()Martin Schwenke2019-08-282-25/+0
* ctdb-daemon: Switch banning code to use ctdb_node_become_inactive()Martin Schwenke2019-08-281-1/+1
* ctdb-daemon: Factor out new function ctdb_node_become_inactive()Martin Schwenke2019-08-282-0/+45
* ctdb-tcp: Mark node as disconnected if incoming connection goes awayMartin Schwenke2019-08-282-2/+5
* ctdb-tcp: Only mark a node connected if both directions are upMartin Schwenke2019-08-281-3/+17
* ctdb-tcp: Create outbound queue when the connection becomes writableMartin Schwenke2019-08-283-12/+25
* ctdb-tcp: Use TALLOC_FREE()Martin Schwenke2019-08-281-4/+2
* ctdb-tcp: Move incoming fd and queue into struct ctdb_tcp_nodeMartin Schwenke2019-08-284-34/+61
* ctdb-tcp: Rename fd -> out_fdMartin Schwenke2019-08-283-49/+72
* ctdb-daemon: Add function ctdb_ip_to_node()Martin Schwenke2019-08-282-5/+21
* ctdb-daemon: Replace function ctdb_ip_to_nodeid() with ctdb_ip_to_pnn()Martin Schwenke2019-08-284-20/+18
* ctdb-config: depend on /etc/ctdb/nodes fileRafael David Tinoco2019-08-081-0/+1
* ctdb-scripts: Fix tcp_tw_recycle existence checkRafael David Tinoco via samba-technical2019-06-211-2/+2
* ctdb-common: Fix memory leak in run_procAmitay Isaacs2019-05-171-2/+5
* ctdb-common: Fix memory leakMartin Schwenke2019-05-171-1/+2
* ctdb-recoverd: Fix memory leakMartin Schwenke2019-05-171-1/+1
* ctdb:common: Do not print NULL if we don't get a sockpathAndreas Schneider2019-05-171-1/+1
* ctdb-daemon: Never use 0 as a client IDMartin Schwenke2019-05-171-1/+47
* ctdb-tests: Fix logic error in simple ctdb reloadips testMartin Schwenke2019-05-171-17/+20
* ctdb-tests: Make ctdb reloadips tests more reliableMartin Schwenke2019-05-172-7/+61
* ctdb-tests: Capture output in $out on failure as wellMartin Schwenke2019-05-171-3/+5
* ctdb-tests: Don't clean up test var directory in autotest targetMartin Schwenke2019-05-171-1/+1
* ctdb-tests: Fix usage messageMartin Schwenke2019-05-171-1/+1
* ctdb-tests: Wait to allow database attach/detach to take effectMartin Schwenke2019-05-172-36/+66
* ctdb-tests: Avoid bulk output in $out, prefer $outfileMartin Schwenke2019-05-1738-198/+167
* ctdb-tests: Make try_command_on_node less error-proneMartin Schwenke2019-05-171-8/+22
* ctdb-tests: Change sanity_check_output() to internally use $outMartin Schwenke2019-05-1711-21/+15
* ctdb-tests: Extend test to cover ctdb rddumpmemoryMartin Schwenke2019-05-171-2/+5
* ctdb-tools: Fix ctdb dumpmemory to avoid printing trailing NULMartin Schwenke2019-05-171-4/+6
* ctdb-common: Avoid race between fd and signal eventsAmitay Isaacs2019-04-151-0/+7
* ctdb-daemon: Revert "We can not assume that just because we could complete a ...Martin Schwenke2019-04-151-0/+3
* ctdb-scripts: Update statd-callout to try several configuration filesMartin Schwenke2019-04-121-1/+2
* ctdb-scripts: Allow load_system_config() to take multiple alternativesMartin Schwenke2019-04-121-9/+10