summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2022-05-31ctdb-tests: Fix a cut and paste error in a commentMartin Schwenke1-1/+2
2022-05-31ctdb-recoverd: Do not ban on unknown error when taking cluster lockMartin Schwenke2-51/+46
2022-05-31ctdb-doc: Fix typos in the policy routing documentationMartin Schwenke1-2/+2
2022-05-31ctdb-daemon: Remove unused #includes of rb_tree.hMartin Schwenke3-3/+0
2022-05-31ctdb-daemon: Log per-database summary of resent callsMartin Schwenke1-2/+10
2022-05-14ctdb: Covscan: unchecked return value for trbt_traversearray32()Pavel Filipenský1-1/+6
2022-05-14ctdb: Fix trailing whitespace in rb_tree.cPavel Filipenský1-34/+34
2022-05-03ctdb-tests: Add backtrace on abort to some testsMartin Schwenke3-2/+18
2022-05-03ctdb-tests: Provide a method to dump the stack on abortMartin Schwenke3-1/+66
2022-05-03build: Add missing ctdb-client dependenciesMartin Schwenke1-2/+16
2022-05-03ctdb-build: Drop unnecessary uses of include/ sub-directoryMartin Schwenke1-6/+0
2022-05-03ctdb-tests: Use test_case() to help document test casesMartin Schwenke5-0/+34
2022-05-03ctdb-locking: Don't pass NULL to tevent_req_is_unix_error()Martin Schwenke1-4/+7
2022-05-03ctdb-mutex: Don't pass NULL to tevent_req_is_unix_error()Martin Schwenke1-13/+18
2022-04-06ctdb-scripts: Drop unused ctdbd_wrapperMartin Schwenke7-174/+0
2022-04-06ctdb-scripts: Drop uses of ctdbd_wrapperMartin Schwenke1-10/+7
2022-04-06ctdb-scripts: Remove failsafe that drops all IPs on failed shutdownMartin Schwenke1-12/+1
2022-04-06ctdb-daemon: Don't release all public IPs during shutdown sequenceMartin Schwenke1-1/+0
2022-04-06ctdb-scripts: Drop all public IPs in the "shutdown" eventMartin Schwenke1-0/+4
2022-04-06ctdb-config: Drop CTDB_STARTUP_TIMEOUTMartin Schwenke3-39/+0
2022-04-06ctdb-doc: Update documentation for tunables configurationMartin Schwenke1-0/+5
2022-04-06ctdb-scripts: No longer load tunables via 00.ctdb.script setup eventMartin Schwenke5-96/+0
2022-04-06ctdb-daemon: Load tunables from ctdb.tunablesMartin Schwenke1-1/+1
2022-04-06ctdb-daemon: New function ctdb_tunables_load()Martin Schwenke2-0/+31
2022-04-06ctdb-tests: Add unit tests for tunables codeMartin Schwenke3-0/+378
2022-04-06ctdb-tests: Add function test_case(), tweak unit test header formatMartin Schwenke1-1/+11
2022-04-06ctdb-tests: Strip trailing newlines from expected result outputMartin Schwenke1-1/+6
2022-04-06ctdb-tests: Reformat scriptMartin Schwenke1-126/+127
2022-04-06ctdb-common: Add function ctdb_tunable_load_file()Martin Schwenke2-0/+122
2022-04-06packaging: move CTDB service file to top-levelVinit Agnihotri1-19/+0
2022-04-06ctdb-packaging: Move RPM spec file to examples directoryMartin Schwenke1-0/+0
2022-03-29ctdb/packaging/RPM: don't use waf directlyStefan Metzmacher1-3/+3
2022-03-29configure/Makefile: export PYTHONHASHSEED=1 in all 'configure/Makefile' scriptsStefan Metzmacher2-1/+8
2022-03-08ctdb-tools: Remove deprecated networking commands and replace with new commandsArchana1-1/+2
2022-03-08ctdb-packaging: Remove deprecated networking command netstat and replace with...Archana1-1/+1
2022-02-23ctdb-protocol: CID 1499395: Uninitialized variables (UNINIT)Martin Schwenke1-1/+1
2022-02-23ctdb-tests: Fix missing #include for sigaction(2)Martin Schwenke1-0/+1
2022-02-23ctdb-tests: Dump a stack trace on abortMartin Schwenke2-1/+4
2022-02-14ctdb-tests: Iterate protocol tests internallyMartin Schwenke12-147/+47
2022-02-14ctdb-tests: Add iteration support for protocol testsMartin Schwenke2-0/+75
2022-02-14ctdb-tests: Add a test for stalled node triggering electionMartin Schwenke1-0/+48
2022-02-14ctdb-tests: Factor out functions to detect when generation changesMartin Schwenke2-12/+46
2022-02-14ctdb-recoverd: Consistently log start of electionMartin Schwenke1-2/+3
2022-02-14ctdb-recoverd: Always send unknown leader broadcast when starting electionMartin Schwenke1-3/+2
2022-02-14ctdb-recoverd: Consistently have caller set election-in-progressMartin Schwenke1-2/+2
2022-02-14ctdb-recoverd: Always cancel election in progressMartin Schwenke1-2/+3
2022-01-17ctdb-doc: Remove documentation for recovery processMartin Schwenke1-436/+0
2022-01-17ctdb-doc: Update example configuration migration scriptMartin Schwenke1-2/+2
2022-01-17ctdb-tests: Improve test coverage for leader role yield and electionsMartin Schwenke6-3/+147
2022-01-17ctdb-tests: Support commenting out local daemons configuration optionsMartin Schwenke1-1/+15