summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* ctdb_mutex_ceph_rados_helper: revert strtoull_err() usageDavid Disseldorp2019-03-011-6/+2
* ctdb-daemon: Fix maybe-uninitialized error with picky developerAmitay Isaacs2019-03-011-1/+1
* ctdb-utils: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+6
* ctdb-tools: Use wrapper for string to integer conversionSwen Schillig2019-03-011-19/+47
* ctdb-server: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+7
* ctdb-protocol: Use wrapper for string to integer conversionSwen Schillig2019-03-011-5/+6
* ctdb-cluster-mutex: Separate out command and file handlingMartin Schwenke2019-02-251-42/+71
* ctdb-tests: Add a test for configuring the recovery lock as a commandMartin Schwenke2019-02-252-0/+31
* ctdb-tests: Add -R option for local daemons to use recovery lock commandMartin Schwenke2019-02-251-2/+10
* ctdb-tests: Force test failure if local daemon setup failsMartin Schwenke2019-02-251-0/+3
* ctdb-recoverd: Time out attempt to take recovery lock after 120sMartin Schwenke2019-02-251-1/+1
* ctdb-recoverd: Ban node on unknown error when taking recovery lockMartin Schwenke2019-02-251-0/+11
* ctdb-recoverd: Make recoverd context available in recovery lock handleMartin Schwenke2019-02-251-0/+3
* ctdb-recoverd: Clean up logging on failure to take recovery lockMartin Schwenke2019-02-251-3/+6
* ctdb-recoverd: Free cluster mutex handler on failure to take lockMartin Schwenke2019-02-251-1/+10
* ctdb-config: Change example recovery lock setting to one that failsMartin Schwenke2019-02-251-4/+9
* ctdb-tests: Add test for ctdb_io.cChristof Schmitt2019-02-223-0/+210
* ctdb: buffer write beyond limitsSwen Schillig2019-02-221-1/+12
* spelling of associatedDouglas Bagnall2019-02-131-1/+1
* ctdb:tools: Use correct C99 initializer for ltdb_headerAndreas Schneider2019-01-281-1/+3
* ctdb:common: Use C99 initializer for 'struct ifreq'Andreas Schneider2019-01-281-2/+10
* ctdb: Use C99 initializer for last element of tunablesAndreas Schneider2019-01-281-1/+1
* ctdb: Use C99 initializer for poptOption in test_optionsAndreas Schneider2019-01-281-26/+79
* ctdb: Use C99 initializer for poptOption in ctdb toolAndreas Schneider2019-01-281-16/+64
* ctdb: Print locks latency in machinereadable statsVolker Lendecke2019-01-161-0/+5
* ctdb-daemon: Modernise debug during record deletion for vacuumingMartin Schwenke2018-12-181-10/+11
* ctdb-daemon Add extra debug during record deletion for vacuumingMartin Schwenke2018-12-181-0/+2
* ctdb-tests: Minimise chances of test interfering with itselfMartin Schwenke2018-12-181-2/+3
* ctdb-daemon: Do not force full vacuum on first vacuuming runMartin Schwenke2018-12-181-7/+6
* ctdb-packaging: Update library versions to upstream versionsAmitay Isaacs2018-12-181-1/+1
* ctdb-packaging: Match configure command as per spec fileAmitay Isaacs2018-12-181-0/+2
* ctdb-packaging: Call waf with python wrapperAmitay Isaacs2018-12-181-3/+4
* ctdb-build: Use open() instead of file() for python3Amitay Isaacs2018-12-181-1/+1
* ctdb-tool: Avoid data uninitialized warningsAmitay Isaacs2018-12-181-1/+4
* ctdb-tests: Do not force TEST_VAR_DIR to be absoluteMartin Schwenke2018-12-181-4/+0
* ctdb-event: Force symbolic link targets to be absoluteMartin Schwenke2018-12-181-0/+32
* ctdb-event: Declare and construct data_script only if neededMartin Schwenke2018-12-181-6/+8
* ctdb-tests: Force symbolic link targets to be absoluteMartin Schwenke2018-12-181-2/+3
* ctdb-event: Force EVENTSCRIPTS_TESTS_VAR_DIR to be absoluteMartin Schwenke2018-12-181-0/+3
* ctdb-event: Force script directory to be absoluteMartin Schwenke2018-12-181-0/+2
* ctdb-recoverd: Call an election when the recovery lock is lostMartin Schwenke2018-12-181-7/+6
* ctdb-doc: Add non-breaking space to lock_buckets documentationMartin Schwenke2018-12-181-6/+8
* ctdb-daemon: Divide by 2 when calculating hop count bucketMartin Schwenke2018-12-182-5/+9
* build: Move python detection back into waf (instead of in configure and Makef...Andrew Bartlett2018-12-142-2/+1
* PY3: switch current build to use python3Noel Power2018-12-102-2/+4
* ctdb: Remove <file> parameter from pfetch usage infoChristof Schmitt2018-12-101-2/+2
* ctdb: Fix hex to int conversion in h2iChristof Schmitt2018-12-101-1/+1
* ctdb: Adding memory pool for queue callbackSwen Schillig2018-12-071-1/+8
* ctdb: Introduce buffer.offset to avoid memmoveSwen Schillig2018-12-071-16/+39
* ctdb/wscript: make use of MODE_{644,744,755,777}Stefan Metzmacher2018-12-051-12/+13