summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_daemon.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-8/+9
2015-10-07ctdb-daemon: formatting fixAmitay Isaacs1-1/+2
2015-10-07ctdb-daemon: Replace ctdb_message with srvid abstractionAmitay Isaacs1-15/+16
2015-09-03ctdb: Fix a 32-bit problemVolker Lendecke1-2/+2
2015-07-21ctdb-daemon: Ignore SIGUSR1Martin Schwenke1-0/+1
2015-07-01ctdb-daemon: Promote debug messages about --start-as-* to NOTICE levelMartin Schwenke1-2/+2
2015-06-25ctdb: remove useless setting of variable domain_socket_nameMichael Adam1-8/+0
2015-05-13ctdb-daemon: Move release of all IPs to startupMartin Schwenke1-3/+0
2015-05-13ctdb-daemon: Never release all IPs when DisableIPFailover is setMartin Schwenke1-3/+1
2015-05-10ctdb-daemon: Drop interface monitoringMartin Schwenke1-3/+0
2015-03-23ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILEMartin Schwenke1-0/+18
2015-03-23ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke1-2/+2
2015-03-23ctdb-daemon: Set node PNN in one placeMartin Schwenke1-1/+23
2015-03-23ctdb-daemon: Move VNN map initialisation out of node loadingMartin Schwenke1-0/+30
2014-10-28ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs1-3/+3
2014-10-28ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke1-7/+1
2014-09-12ctdb-daemon: Decrement pending calls statistics when calls are deferredAmitay Isaacs1-0/+3
2014-09-12ctdb-daemon: Make sure ctdb runs with real-time priorityAmitay Isaacs1-1/+4
2014-09-11ctdb-daemon: Increment pending calls statistics correctlyAmitay Isaacs1-1/+1
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-1/+1
2014-09-10ctdb-daemon: Move some inline declarations to header fileMartin Schwenke1-2/+0
2014-09-05ctdb-daemon: Remove duplicate code with refactored functionAmitay Isaacs1-8/+2
2014-07-05ctdb-daemon: Remove ctdbd_pid global variableMartin Schwenke1-6/+7
2014-07-05ctdb-daemon: Check PID in ctdb_remove_pidfile(), not unreliable flagMartin Schwenke1-1/+2
2014-07-05ctdb-daemon: Exit if setting the session ID failsMartin Schwenke1-1/+3
2014-06-12ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs1-1/+1
2014-06-12ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs1-2/+2
2014-06-12ctdb-daemon: Rename block_signal to ignore_signalAmitay Isaacs1-2/+2
2014-06-12ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs1-1/+1
2014-06-12ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs1-1/+1
2014-01-17ctdb/daemon: Untangle serialisation of 1st recovery -> startup -> monitorMartin Schwenke1-5/+2
2014-01-16ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs1-1/+0
2013-11-19ctdb-server: Coverity fixesAmitay Isaacs1-1/+1
2013-10-22ctdbd: Pass the public address file location in ctdb contextMartin Schwenke1-3/+2
2013-10-04ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs1-3/+0
2013-07-19ctdbd: Sleep at exit to allow time for log messages to flushMartin Schwenke1-4/+9
2013-07-19ctdbd: Exit if something is already listening on CTDB socketMartin Schwenke1-9/+18
2013-07-11Fixes for various issues found by CoveritySumit Bose1-0/+3
2013-07-05ctdbd: Use ctdb_die() on "setup" event failureMartin Schwenke1-2/+1
2013-07-05ctdbd: Avoid a core dump when "init" event failsMartin Schwenke1-1/+1
2013-06-22ctdbd: Fix panic on overlapping shutdownsMartin Schwenke1-0/+5
2013-06-22ctdbd: Refactor shutdown sequenceMartin Schwenke1-0/+17
2013-06-20ctdbd: "init" event should run earlier in daemon initialisationMartin Schwenke1-7/+7
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2013-05-24ctdbd: When the "setup" event fails log an error and exit, don't abortMartin Schwenke1-2/+2
2013-05-24ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke1-1/+1
2013-05-24ctdbd: Start logging process earlierMartin Schwenke1-7/+6
2013-05-24ctdbd: Only start recovery daemon and timed events after setup eventMartin Schwenke1-21/+22
2013-05-24ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke1-0/+5
2013-05-23ctdbd: Print version string in the daemon startupAmitay Isaacs1-1/+3