summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Standardise on calling conf.SAMBA_CHECK_PYTHON() in librariesAndrew Bartlett1-2/+4
2019-03-21build: Remove manual specification of minimum python versionAndrew Bartlett1-1/+1
2019-03-15ctdb-version: Simplify version string usageAmitay Isaacs6-46/+5
2019-03-15ctdb-build: Drop creation of .distversion in tarballMartin Schwenke1-8/+0
2019-03-15ctdb-build: use a fixed ctdb_version.h using SAMBA_VERSION_STRINGStefan Metzmacher3-16/+3
2019-03-15ctdb-tests: Add a test for version consistency checkingMartin Schwenke1-0/+65
2019-03-15ctdb-daemon: Add an environment variable to set versionMartin Schwenke2-1/+32
2019-03-15ctdb-tests: Fix remaining common.sh ShellCheck hitsMartin Schwenke1-4/+5
2019-03-15ctdb-tests: Shell cleanups in wait_until() functionMartin Schwenke1-31/+30
2019-03-15ctdb-tests: export CTDB_SCRIPTS_TOOLS_BIN_DIRMartin Schwenke1-0/+1
2019-03-15ctdb-packaging: Test package requires tcpdumpMartin Schwenke1-1/+1
2019-03-15ctdb-packaging: ctdb package should not own system library directoryMartin Schwenke1-1/+1
2019-03-15ctdb-tests: Add some testing for IPv4-mapped IPv6 address parsingMartin Schwenke1-0/+19
2019-03-15ctdb: Initialize addr struct to zero before reparsing as IPV4Zhu Shangzhong1-0/+3
2019-03-15ctdb-tests: Build cluster mutex path manuallyMartin Schwenke1-1/+2
2019-03-01ctdb_mutex_ceph_rados_helper: revert strtoull_err() usageDavid Disseldorp1-6/+2
2019-03-01ctdb-daemon: Fix maybe-uninitialized error with picky developerAmitay Isaacs1-1/+1
2019-03-01ctdb-utils: Use wrapper for string to integer conversionSwen Schillig1-2/+6
2019-03-01ctdb-tools: Use wrapper for string to integer conversionSwen Schillig1-19/+47
2019-03-01ctdb-server: Use wrapper for string to integer conversionSwen Schillig1-2/+7
2019-03-01ctdb-protocol: Use wrapper for string to integer conversionSwen Schillig1-5/+6
2019-02-25ctdb-cluster-mutex: Separate out command and file handlingMartin Schwenke1-42/+71
2019-02-25ctdb-tests: Add a test for configuring the recovery lock as a commandMartin Schwenke2-0/+31
2019-02-25ctdb-tests: Add -R option for local daemons to use recovery lock commandMartin Schwenke1-2/+10
2019-02-25ctdb-tests: Force test failure if local daemon setup failsMartin Schwenke1-0/+3
2019-02-25ctdb-recoverd: Time out attempt to take recovery lock after 120sMartin Schwenke1-1/+1
2019-02-25ctdb-recoverd: Ban node on unknown error when taking recovery lockMartin Schwenke1-0/+11
2019-02-25ctdb-recoverd: Make recoverd context available in recovery lock handleMartin Schwenke1-0/+3
2019-02-25ctdb-recoverd: Clean up logging on failure to take recovery lockMartin Schwenke1-3/+6
2019-02-25ctdb-recoverd: Free cluster mutex handler on failure to take lockMartin Schwenke1-1/+10
2019-02-25ctdb-config: Change example recovery lock setting to one that failsMartin Schwenke1-4/+9
2019-02-22ctdb-tests: Add test for ctdb_io.cChristof Schmitt3-0/+210
2019-02-22ctdb: buffer write beyond limitsSwen Schillig1-1/+12
2019-02-13spelling of associatedDouglas Bagnall1-1/+1
2019-01-28ctdb:tools: Use correct C99 initializer for ltdb_headerAndreas Schneider1-1/+3
2019-01-28ctdb:common: Use C99 initializer for 'struct ifreq'Andreas Schneider1-2/+10
2019-01-28ctdb: Use C99 initializer for last element of tunablesAndreas Schneider1-1/+1
2019-01-28ctdb: Use C99 initializer for poptOption in test_optionsAndreas Schneider1-26/+79
2019-01-28ctdb: Use C99 initializer for poptOption in ctdb toolAndreas Schneider1-16/+64
2019-01-16ctdb: Print locks latency in machinereadable statsVolker Lendecke1-0/+5
2018-12-18ctdb-daemon: Modernise debug during record deletion for vacuumingMartin Schwenke1-10/+11
2018-12-18ctdb-daemon Add extra debug during record deletion for vacuumingMartin Schwenke1-0/+2
2018-12-18ctdb-tests: Minimise chances of test interfering with itselfMartin Schwenke1-2/+3
2018-12-18ctdb-daemon: Do not force full vacuum on first vacuuming runMartin Schwenke1-7/+6
2018-12-18ctdb-packaging: Update library versions to upstream versionsAmitay Isaacs1-1/+1
2018-12-18ctdb-packaging: Match configure command as per spec fileAmitay Isaacs1-0/+2
2018-12-18ctdb-packaging: Call waf with python wrapperAmitay Isaacs1-3/+4
2018-12-18ctdb-build: Use open() instead of file() for python3Amitay Isaacs1-1/+1
2018-12-18ctdb-tool: Avoid data uninitialized warningsAmitay Isaacs1-1/+4
2018-12-18ctdb-tests: Do not force TEST_VAR_DIR to be absoluteMartin Schwenke1-4/+0