summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdbd.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-25ctdb-daemon: Remove helper variable CTDB_DEBUG_LOCKSMartin Schwenke1-7/+6
2026-02-25ctdb-daemon: Remove helper variable CTDB_LOCK_HELPERMartin Schwenke1-0/+7
2025-09-25ctdb-common: Only respect CTDB_SOCKET in CTDB_TEST_MODEMartin Schwenke1-0/+7
2024-10-08ctdb-daemon: Ensure CTDB_BASE is set, don't fetch itMartin Schwenke1-5/+3
2024-10-08ctdb-daemon: Use path_etcdir_append() to construct some pathsMartin Schwenke1-6/+2
2024-10-08ctdb-daemon: Clean up error handling and debugMartin Schwenke1-2/+1
2024-08-20ctdb-daemon: Remove a use of ctdb_errstr()Martin Schwenke1-1/+1
2024-08-06ctdb-conf: add boolean arg for verbosity when loading configJohn Mulligan1-1/+1
2024-08-06ctdb-server: rename ctdb_load_nodes_file to ctdb_load_nodesJohn Mulligan1-1/+1
2024-08-06ctdb-server: rename nodes_file field to nodes_sourceJohn Mulligan1-2/+2
2024-08-06ctdb-server: use the new "nodes list" configuration optionJohn Mulligan1-1/+2
2024-06-28ctdb-conf: Rename config loading to not be daemon-specificMartin Schwenke1-2/+2
2024-06-28ctdb-conf: Move all conf files to new conf/ subdirectoryMartin Schwenke1-2/+2
2023-09-21ctdb-daemon: Call setproctitle_init()Martin Schwenke1-0/+2
2022-04-06ctdb-daemon: Load tunables from ctdb.tunablesMartin Schwenke1-1/+1
2022-01-17ctdb-config: [legacy] recmaster capability -> [cluster] leader capabilityMartin Schwenke1-1/+1
2022-01-17ctdb-config: [cluster] recovery lock -> [cluster] cluster lockMartin Schwenke1-3/+6
2022-01-17ctdb-daemon: Drop implementation of {GET,SET}_RECMASTER controlsMartin Schwenke1-1/+0
2020-02-10ctdb-daemon: Pass more information to ctdb_start_daemon()Martin Schwenke1-4/+1
2018-12-03ctdb-daemon: Exit with error if a database directory does not existMartin Schwenke1-0/+20
2018-11-06ctdb-daemon: Do not fork when CTDB_TEST_MODE is setMartin Schwenke1-0/+3
2018-11-06ctdb-daemon: Switch interactive variable to a boolMartin Schwenke1-3/+6
2018-11-06ctdb-daemon: Improve documentation for -i optionMartin Schwenke1-1/+1
2018-11-06ctdb-daemon: Avoid unnecessarily spamming the logs when in test modeMartin Schwenke1-4/+5
2018-11-06ctdb-daemon: Use path functions for socket and PID fileMartin Schwenke1-21/+11
2018-09-03ctdb-daemon: Drop incorrect log messageMartin Schwenke1-1/+1
2018-08-24ctdb-config: Change option "no realtime" option to "realtime scheduling"Martin Schwenke1-1/+1
2018-07-05ctdb-daemon: Switch to starting new event daemonAmitay Isaacs1-14/+0
2018-07-04ctdb-daemon: Set environment variable if running in interactive modeAmitay Isaacs1-0/+1
2018-06-06ctdb-daemon: CID 1435732: Argument cannot be negativeSwen Schillig1-1/+1
2018-06-05ctdb-scripts: Move event scripts to events/legacy/ directoryMartin Schwenke1-1/+1
2018-05-24ctdbd: Fix CID 1435732 Argument cannot be negativeVolker Lendecke1-1/+1
2018-05-17ctdb-daemon: Drop most ctdbd command-line optionsMartin Schwenke1-40/+2
2018-05-17ctdb-daemon: Integrate configuration file handlingMartin Schwenke1-20/+67
2018-05-17ctdb-daemon: Drop ctdbd --max-persistent-check-errors optionMartin Schwenke1-11/+0
2018-05-17ctdb-daemon: Do not create database directoriesMartin Schwenke1-5/+0
2018-05-01ctdb-daemon: Change default volatile database directoryMartin Schwenke1-1/+1
2018-05-01ctdb-daemon: Log the logging location when not logging via syslog()Martin Schwenke1-0/+8
2018-05-01ctdb-daemon: Reorder main() to improve the structureMartin Schwenke1-77/+112
2018-05-01ctdb-daemon: Consolidate basic CTDB context initialisationMartin Schwenke1-20/+25
2018-05-01ctdb-daemon: Drop duplicate initialisation of request ID contextMartin Schwenke1-7/+1
2018-05-01ctdb-daemon: Move ctdb_init() to the only place it is usedMartin Schwenke1-0/+37
2018-05-01ctdb-daemon: Drop ctdbd --torture and --valgrinding optionsMartin Schwenke1-12/+0
2018-05-01ctdb-daemon: Drop ctdbd --sloppy-start and --nopublicipcheck optionsMartin Schwenke1-4/+1
2018-05-01ctdb-daemon: Add testing environment variable CTDB_TEST_MODEMartin Schwenke1-0/+8
2018-05-01ctdb-daemon: Drop ctdbd --notification-script command-line optionMartin Schwenke1-10/+3
2018-05-01ctdb-daemon: Provide a default location for the notification scriptMartin Schwenke1-4/+8
2018-05-01ctdb-daemon: Use a local variable instead of repeating getenv()Martin Schwenke1-3/+8
2018-05-01ctdb-daemon: Set ctdb->notification_script directlyMartin Schwenke1-3/+4
2018-03-19ctdb-daemon: Drop ctdbd --nlist optionMartin Schwenke1-12/+5