summaryrefslogtreecommitdiff
path: root/ctdb/common/tunable.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-22ctdb-common: Add tunable directory loadingMartin Schwenke1-0/+75
2025-07-22ctdb-common: Log tunables filename instead of function nameMartin Schwenke1-9/+12
2025-07-22ctdb-common: Log a message if the tunables file does not existMartin Schwenke1-1/+1
2025-07-22ctdb-common: Require separate initialisation of tunable defaultsMartin Schwenke1-2/+0
2022-04-06ctdb-common: Add function ctdb_tunable_load_file()Martin Schwenke1-0/+119
2019-10-04ctdb-common: Mark VacuumLimit tunable as obsoleteMartin Schwenke1-1/+1
2019-01-28ctdb: Use C99 initializer for last element of tunablesAndreas Schneider1-1/+1
2018-08-24ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke1-1/+1
2018-08-24ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke1-1/+1
2018-07-11ctdb-daemon: Mark NoIPHostOnAllDisabled tunable as obsoleteMartin Schwenke1-1/+1
2018-07-11ctdb-daemon: Change default for tunable NoIPHostOnAllDisabled to 1Martin Schwenke1-1/+1
2017-07-12ctdb: enable mutexes for volatile TDBs by defaultRalph Boehme1-1/+1
2017-05-24ctdb-daemon: Add AllowMixedVersions tunableAmitay Isaacs1-0/+2
2016-12-19ctdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPsMartin Schwenke1-2/+4
2016-11-25ctdb-daemon: Mark RecoverPDBBySeqNum tunable deprecatedAmitay Isaacs1-1/+1
2016-07-28ctdb-daemon: Reduce QueueBufferSize from 16k to 1kAmitay Isaacs1-1/+1
2016-07-28ctdb-daemon: Add QueueBufferSize tunableAmitay Isaacs1-0/+2
2016-07-25ctdb-common: Refactor tunable related functionsAmitay Isaacs1-0/+276