summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_tunables.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23ctdb-server: Load optional tunables.d/ directoryMartin Schwenke1-9/+25
2025-07-22ctdb-server: Whitespace fixesMartin Schwenke1-3/+3
2025-07-22ctdb-common: Require separate initialisation of tunable defaultsMartin Schwenke1-0/+2
2022-04-06ctdb-daemon: New function ctdb_tunables_load()Martin Schwenke1-0/+30
2016-07-25ctdb-daemon: Use refactored tunable codeAmitay Isaacs1-108/+18
2016-07-25ctdb-locking: Drop code for Samba 3.x compatibilityAmitay Isaacs1-1/+1
2016-06-06ctdb-recovery: Update timeout and number of retries during recoveryAmitay Isaacs1-1/+1
2016-03-25ctdb-tunables: Add new tunable RecBufferSizeLimitAmitay Isaacs1-0/+1
2016-03-18ctdb: Fix CID 1356313 Explicit null dereferencedVolker Lendecke1-6/+8
2016-03-10ctdb-tunables: Mark tunable DeferredRebalanceOnNodeAdd obsoleteMartin Schwenke1-1/+1
2016-03-10ctdb-tunables: Fix the implementation of LIST_TUNABLES controlAmitay Isaacs1-8/+10
2016-03-10ctdb-tunables: Mark tunable ReclockPingPeriod obsoleteAmitay Isaacs1-1/+1
2016-03-10ctdb-tunables: Mark tunable MaxRedirectCount obsoleteAmitay Isaacs1-1/+1
2016-03-10ctdb-tunables: Add missing flags in the initializerAmitay Isaacs1-5/+5
2015-11-16ctdb-daemon: Rename EventScriptTimeoutCount to MonitorTimeoutCountMartin Schwenke1-1/+1
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_control_set_tunable to ctdb_tunable_oldAmitay Isaacs1-3/+3
2015-11-04ctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable_listAmitay Isaacs1-58/+58
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+2
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-2/+10
2015-03-27ctdb-daemon: Drop tunable that is no longer in useAmitay Isaacs1-1/+0
2015-02-18ctdb-client: Return a value of 1 when setting obsolete tunable variableMartin Schwenke1-0/+1
2015-02-13ctdb-daemon: Log a warning when setting obsolete tunablesMartin Schwenke1-0/+6
2015-02-13ctdb-daemon: Mark tunable VerifyRecoveryLock as obsoleteMartin Schwenke1-10/+3
2014-08-04ctdb-locking: Increase number of lock processes per database to 200Amitay Isaacs1-1/+1
2014-08-04ctdb-locking: Add new tunable LockProcessesPerDBAmitay Isaacs1-0/+1
2014-07-09ctdb-daemon: Support per-node robust mutex featureAmitay Isaacs1-0/+1
2013-10-30tunables: Remove obsolete tunablesAmitay Isaacs1-3/+0
2013-10-28daemon: Change the default recovery method for persistent databasesAmitay Isaacs1-1/+1
2013-08-22Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs1-1/+0
2013-07-10ctdbd: No need for DeadlockTimeout tunableAmitay Isaacs1-1/+0
2013-05-24ctdbd: Update the get_tunable code to return -EINVAL for unknown tunableMartin Schwenke1-1/+1
2013-05-07recoverd: Fix tunable NoIPTakeoverOnDisabled, rename to NoIPHostOnAllDisabledMartin Schwenke1-1/+1
2013-02-14ctdbd: Fix the PullDBPreallocation size to 10MB as intendedAmitay Isaacs1-1/+1
2013-01-05daemon: Add a tunable to enable automatic database priority settingAmitay Isaacs1-0/+1
2012-10-20ctdbd: locking: Provide non-blocking API for locking of TDB record/db/alldbAmitay Isaacs1-0/+1
2012-10-11ctdbd: New tunable NoIPTakeoverOnDisabledMartin Schwenke1-1/+2
2012-05-25RECOVERY: Increase the time we allow before timing out recovery related tasks.Ronnie Sahlberg1-1/+1
2012-05-25RECOVER: When we pull databases during recovery, we used to reallocate the da...Ronnie Sahlberg1-1/+2
2012-05-21DEBUG: Add checks for and print debug messages when 1) a database contains ve...Ronnie Sahlberg1-1/+4
2012-05-17Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg1-1/+1
2012-03-22NoIPTakeover: change the tunable name for the "dont allow failing addresses o...Ronnie Sahlberg1-1/+2
2012-03-20STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg1-1/+4
2012-03-20LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg1-1/+2
2012-03-20FETCH COLLAPSE : Change the fetch-lock collapse to collapse ALL fetches, incl...Ronnie Sahlberg1-1/+2
2012-02-29Vacuuming: change default timeout to 120 secondsRonnie Sahlberg1-1/+1
2012-02-28Add a tunable variable to control how long we defer after a ctdb addip until ...Ronnie Sahlberg1-1/+2
2011-12-23tunables: don't list obsolete tunables in the list_tunables controlMichael Adam1-0/+3
2011-12-23tunables: add a bool obsolete flag to the tunable_map listMichael Adam1-49/+50
2011-12-23vacuum: add new tunable VacuumInterval and mark Vacuum{Default,Min,Max}Interv...Michael Adam1-3/+4