summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Ignore SIGUSR1Martin Schwenke2015-07-211-0/+1
* ctdb-daemon: Promote debug messages about --start-as-* to NOTICE levelMartin Schwenke2015-07-011-2/+2
* ctdb: remove useless setting of variable domain_socket_nameMichael Adam2015-06-251-8/+0
* ctdb-daemon: Move release of all IPs to startupMartin Schwenke2015-05-131-3/+0
* ctdb-daemon: Never release all IPs when DisableIPFailover is setMartin Schwenke2015-05-131-3/+1
* ctdb-daemon: Drop interface monitoringMartin Schwenke2015-05-101-3/+0
* ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILEMartin Schwenke2015-03-231-0/+18
* ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke2015-03-231-2/+2
* ctdb-daemon: Set node PNN in one placeMartin Schwenke2015-03-231-1/+23
* ctdb-daemon: Move VNN map initialisation out of node loadingMartin Schwenke2015-03-231-0/+30
* ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs2014-10-281-3/+3
* ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke2014-10-281-7/+1
* ctdb-daemon: Decrement pending calls statistics when calls are deferredAmitay Isaacs2014-09-121-0/+3
* ctdb-daemon: Make sure ctdb runs with real-time priorityAmitay Isaacs2014-09-121-1/+4
* ctdb-daemon: Increment pending calls statistics correctlyAmitay Isaacs2014-09-111-1/+1
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-101-1/+1
* ctdb-daemon: Move some inline declarations to header fileMartin Schwenke2014-09-101-2/+0
* ctdb-daemon: Remove duplicate code with refactored functionAmitay Isaacs2014-09-051-8/+2
* ctdb-daemon: Remove ctdbd_pid global variableMartin Schwenke2014-07-051-6/+7
* ctdb-daemon: Check PID in ctdb_remove_pidfile(), not unreliable flagMartin Schwenke2014-07-051-1/+2
* ctdb-daemon: Exit if setting the session ID failsMartin Schwenke2014-07-051-1/+3
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-121-2/+2
* ctdb-daemon: Rename block_signal to ignore_signalAmitay Isaacs2014-06-121-2/+2
* ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs2014-06-121-1/+1
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-121-1/+1
* ctdb/daemon: Untangle serialisation of 1st recovery -> startup -> monitorMartin Schwenke2014-01-171-5/+2
* ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs2014-01-161-1/+0
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-1/+1
* ctdbd: Pass the public address file location in ctdb contextMartin Schwenke2013-10-221-3/+2
* ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs2013-10-041-3/+0
* ctdbd: Sleep at exit to allow time for log messages to flushMartin Schwenke2013-07-191-4/+9
* ctdbd: Exit if something is already listening on CTDB socketMartin Schwenke2013-07-191-9/+18
* Fixes for various issues found by CoveritySumit Bose2013-07-111-0/+3
* ctdbd: Use ctdb_die() on "setup" event failureMartin Schwenke2013-07-051-2/+1
* ctdbd: Avoid a core dump when "init" event failsMartin Schwenke2013-07-051-1/+1
* ctdbd: Fix panic on overlapping shutdownsMartin Schwenke2013-06-221-0/+5
* ctdbd: Refactor shutdown sequenceMartin Schwenke2013-06-221-0/+17
* ctdbd: "init" event should run earlier in daemon initialisationMartin Schwenke2013-06-201-7/+7
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: When the "setup" event fails log an error and exit, don't abortMartin Schwenke2013-05-241-2/+2
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-1/+1
* ctdbd: Start logging process earlierMartin Schwenke2013-05-241-7/+6
* ctdbd: Only start recovery daemon and timed events after setup eventMartin Schwenke2013-05-241-21/+22
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-0/+5
* ctdbd: Print version string in the daemon startupAmitay Isaacs2013-05-231-1/+3
* ctdbd: Log CTDB startup before creating the PID fileMartin Schwenke2013-05-061-1/+1
* ctdb_daemon: use CTDB_REC_RO_FLAGS where appropriateMichael Adam2013-04-241-1/+1
* ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-221-2/+2
* ctdbd: Log PID file creation and removal at NOTICE levelMartin Schwenke2013-04-221-3/+3