summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctdb-tests: Update NFS test infrastructure to support systemd servicesMartin Schwenke2019-04-121-6/+93
* ctdb-scripts: Add systemd services to NFS call-outMartin Schwenke2019-04-121-0/+23
* ctdb-scripts: Start NFS quota service if definedMartin Schwenke2019-04-121-0/+10
* ctdb-scripts: Stop/start mount/rquotad/status via NFS call-outMartin Schwenke2019-04-124-6/+88
* ctdb-scripts: Factor out nfs_load_config()Martin Schwenke2019-04-121-3/+11
* ctdb-scripts: Add test variable CTDB_NFS_DISTRO_STYLEMartin Schwenke2019-04-121-14/+32
* ctdb-scripts: Rename variable nfslock_service to nfs_lock_serviceMartin Schwenke2019-04-121-11/+11
* ctdb-scripts: Reindent some functions prior to making changesMartin Schwenke2019-04-121-44/+44
* ctdb-tests: Add some testing for IPv4-mapped IPv6 address parsingMartin Schwenke2019-03-221-0/+19
* ctdb: Initialize addr struct to zero before reparsing as IPV4Zhu Shangzhong2019-03-221-0/+3
* ctdb-packaging: Test package requires tcpdumpMartin Schwenke2019-03-221-1/+1
* ctdb-packaging: ctdb package should not own system library directoryMartin Schwenke2019-03-221-1/+1
* ctdb-cluster-mutex: Separate out command and file handlingMartin Schwenke2019-03-041-42/+71
* ctdb-recoverd: Time out attempt to take recovery lock after 120sMartin Schwenke2019-03-041-1/+1
* ctdb-recoverd: Ban node on unknown error when taking recovery lockMartin Schwenke2019-03-041-0/+11
* ctdb-recoverd: Make recoverd context available in recovery lock handleMartin Schwenke2019-03-041-0/+3
* ctdb-recoverd: Clean up logging on failure to take recovery lockMartin Schwenke2019-03-041-3/+6
* ctdb-recoverd: Free cluster mutex handler on failure to take lockMartin Schwenke2019-03-041-1/+10
* ctdb-config: Change example recovery lock setting to one that failsMartin Schwenke2019-03-041-4/+9
* ctdb: Print locks latency in machinereadable statsVolker Lendecke2019-02-011-0/+5