summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb-scripts: Strengthen check to see if ctdbd is runningMartin Schwenke2016-10-141-5/+9
* ctdb-packaging: Move CTDB tests to /usr/local/share/ctdb/tests/Martin Schwenke2016-10-142-3/+3
* ctdb-tests: Add a missing assert()Martin Schwenke2016-10-131-0/+1
* ctdb-tests: Use bash locals for readabilityMartin Schwenke2016-10-131-22/+24
* ctdb-scripts: Drop backward compatibility from ctdbd_is_running()Martin Schwenke2016-10-131-40/+9
* ctdb-scripts: ctdbd_wrapper should never remove the PID fileMartin Schwenke2016-10-131-1/+0
* ctdb-scripts: Dump stack traces of smbd processes after shutdownMartin Schwenke2016-10-105-6/+62
* ctdb-daemon: Log when removing stale Unix domain socketMartin Schwenke2016-09-221-1/+9
* ctdb-daemon: Drop attempt to connect to Unix domain socketMartin Schwenke2016-09-221-9/+0
* ctdb-daemon: Don't try to reopen TDB filesMartin Schwenke2016-09-221-2/+0
* ctdb-daemon: Bind to Unix domain socket after PID file creationMartin Schwenke2016-09-221-7/+7
* ctdb-daemon: Use PID file abstractionMartin Schwenke2016-09-221-20/+11
* ctdb-common: Add routines to manage PID fileAmitay Isaacs2016-09-225-1/+446
* ctdb-locking: Restrict lock debugging to once per secondAmitay Isaacs2016-09-221-0/+10
* ctdb-locking: Log if ctdb is unable to take db locks in INACTIVE stateAmitay Isaacs2016-09-221-6/+7
* ctdb-tests: Produce clear errors for missing IPv6 node IP addressesMartin Schwenke2016-09-221-5/+30
* ctdb-tests: Fix typo in local daemons IPv6 setupMartin Schwenke2016-09-221-1/+1
* ctdb-daemon: Log a message when vfork() takes long timeAmitay Isaacs2016-09-191-0/+10
* ctdb-daemon: Log a message when fork() takes long timeAmitay Isaacs2016-09-191-0/+10
* ctdb-daemon: Avoid extra condition in tevent trace callbackAmitay Isaacs2016-09-191-14/+21
* ctdb-recovery-helper: Add missing initialisation of ban_creditsAmitay Isaacs2016-09-191-0/+1
* ctdb-tests: Add new public IP takeover no-op testMartin Schwenke2016-09-141-0/+71
* ctdb-tests: Factor out new local daemons functions ps_ctdbdMartin Schwenke2016-09-142-6/+11
* ctdb-ipalloc: ipalloc_set_public_ips() can't failMartin Schwenke2016-09-144-13/+4
* ctdb-ipalloc: Move merged IP list creation to ipalloc()Martin Schwenke2016-09-141-3/+6
* ctdb-ipalloc: Drop known_ips argument from merged IP list creationMartin Schwenke2016-09-141-6/+4
* ctdb-ipalloc: Optimise check to see if IPs can be hostedMartin Schwenke2016-09-141-0/+10
* ctdb-ipalloc: Whether IPs can be hosted need not depend on merged IP listMartin Schwenke2016-09-141-7/+11
* ctdb-ipalloc: Store known public IPs in IP allocation stateMartin Schwenke2016-09-142-0/+2
* ctdb-packaging: Fix systemd network dependencyMartin Schwenke2016-09-141-1/+1
* ctdb-daemon: Remove NUM_DB_PRIORITIESAmitay Isaacs2016-09-141-1/+0
* ctdb-recoverd: Drop code to freeze databases from set_recovery_mode()Amitay Isaacs2016-09-141-29/+2
* ctdb-common: Use correct db_id size in marshalling record bufferAmitay Isaacs2016-09-142-2/+2
* ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control requestAmitay Isaacs2016-09-141-10/+4
* ctdb-scripts: Optimise tickle_tcp_connections()Martin Schwenke2016-09-081-14/+5
* ctdb-scripts: Optimise update_tickles()Martin Schwenke2016-09-081-8/+4
* ctdb-tests: Allow "addtickle" and "deltickle" stubs to read from stdinMartin Schwenke2016-09-081-16/+52
* ctdb-tests: CID 1125635 Dereference null return value (NULL_RETURNS)Martin Schwenke2016-09-081-0/+1
* ctdb-tools: CID 1125617 String not null terminated (STRING_NULL)Martin Schwenke2016-09-081-0/+1
* ctdb-daemon: Compare interface pointers instead of using strcmp(3)Martin Schwenke2016-09-081-3/+2
* ctdb-daemon: Use ctdb_find_iface() instead of duplicating logicMartin Schwenke2016-09-081-4/+6
* ctdb-deamon: Rename vnn_has_interface_with_name() to vnn_has_interface()Martin Schwenke2016-09-081-5/+5
* ctdb-daemon: Drop redundant uses of ctdb_find_iface()Martin Schwenke2016-09-081-18/+3
* ctdb-daemon: Make vnn->iface a list of new struct vnn_interfaceMartin Schwenke2016-09-081-37/+35
* ctdb-daemon: Change ctdb_add_local_iface() to return struct ctdb_interfaceMartin Schwenke2016-09-081-9/+10
* ctdb-daemon: Move interface addition into interface parsingMartin Schwenke2016-09-081-12/+11
* ctdb-daemon: Drop some uses of CTDB_NO_MEMORY{,_FATAL}()Martin Schwenke2016-09-081-2/+9
* ctdb-daemon: Consolidate interface checking with interface parsingMartin Schwenke2016-09-081-11/+8
* ctdb-daemon: Replace some uses of CTDB_NO_MEMORY_FATAL()Martin Schwenke2016-09-081-4/+24
* ctdb-daemon: Move and improve public IP duplicate checkingMartin Schwenke2016-09-081-9/+10