summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_control.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Add control CTDB_CONTROL_DB_DETACHAmitay Isaacs2014-04-141-0/+3
* ctdb-daemon: Always update database priority cluster wideAmitay Isaacs2014-04-071-1/+1
* ctdb/daemon: Make delete IP wait until the IP is releasedMartin Schwenke2014-03-231-1/+2
* ctdb-server: Coverity fixesAmitay Isaacs2013-11-191-0/+6
* ctdbd: Deprecate TRANS2 commit controlsAmitay Isaacs2013-10-041-6/+5
* ctdbd: Create a utility function to log error for "not implemented" controlsAmitay Isaacs2013-10-041-4/+15
* ctdbd: Avoid leaking file descriptor if talloc failsAmitay Isaacs2013-08-091-1/+4
* Revert "ctdbd: Remove incomplete ctdb_db_statistics_wire structure"Amitay Isaacs2013-07-291-12/+3
* ctdbd: Remove incomplete ctdb_db_statistics_wire structureAmitay Isaacs2013-07-101-3/+12
* ctdbd: Fix panic on overlapping shutdownsMartin Schwenke2013-06-221-0/+2
* ctdbd: Refactor shutdown sequenceMartin Schwenke2013-06-221-11/+2
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* ctdbd: New control CTDB_CONTROL_GET_RUNSTATEMartin Schwenke2013-05-241-0/+7
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-0/+1
* ctdbd: Remove the "stopped" eventMartin Schwenke2013-05-061-1/+1
* ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke2013-05-061-0/+4
* vacuum: introduce the RECEIVE_RECORDS controlMichael Adam2013-04-241-0/+3
* ctdbd: Set num_clients statistic from ctdb->num_clientsAmitay Isaacs2013-04-221-1/+2
* ctdbd: unimplement the unused SET_DMASTER controlMichael Adam2013-04-171-1/+3
* traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-171-0/+3
* Run the shutdown eventscript before we tear down the transportRonnie Sahlberg2012-05-301-1/+1
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-1/+1
* Add new control to reload the public ip address file on a nodeRonnie Sahlberg2012-05-011-0/+4
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* STICKY: add prototype code to make records stick to a node to "calm" down if ...Ronnie Sahlberg2012-03-201-0/+11
* Log the "Received SHUTDOWN ..." first in the shutown process instead of last.Ronnie Sahlberg2012-02-211-1/+1
* ReadOnly: add per-database statistics to view how much delegations/revokes we...Ronnie Sahlberg2012-02-081-0/+4
* traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-031-0/+4
* Add CTDB_CONTROL_CHECK_SRVIDVolker Lendecke2011-11-301-0/+3
* Relax an out of memory message.Martin Schwenke2011-11-161-1/+4
* ReadOnly: add a new control to activate readonly lock capability for a database.Ronnie Sahlberg2011-09-011-0/+10
* server: implement a new control SCHEDULE_FOR_DELETION to fill the delete_queue.Michael Adam2011-03-141-0/+9
* Deferred attach : at early startup, defer any db attach calls until we are ou...Ronnie Sahlberg2011-03-011-2/+2
* during shutdown there is a window after we have stopped TCP and disconnected ...Ronnie Sahlberg2010-10-281-1/+1
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-291-0/+4
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-2/+2
* Remove the structure ctdb_control_tcp_vnn since this is identical to the stru...Ronnie Sahlberg2010-08-181-2/+10
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* Add a variable for start/current time to ctdb statisticsRonnie Sahlberg2010-06-021-0/+3
* It was possible for ->recovery_mode to get out of sync with the new three db ...Ronnie Sahlberg2010-05-251-1/+10
* controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATEStefan Metzmacher2010-01-201-0/+12
* server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTHStefan Metzmacher2009-12-161-0/+8
* Revert "Make fetch_locked more scalable"Ronnie Sahlberg2009-12-151-4/+0
* Make fetch_locked more scalableVolker Lendecke2009-12-121-0/+4
* Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.Michael Adam2009-12-121-0/+4
* server: add a new control CTDB_CONTROL_TRANS3_COMMITMichael Adam2009-12-121-0/+3
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-081-2/+2
* eventscript: remove unused ctbd_ctrl_event_script*Rusty Russell2009-12-081-15/+0
* eventscript: use -ENOEXEC for disabled status valueRusty Russell2009-12-071-3/+0
* Add a proper function to process a process-exist control in the daemon.Ronnie Sahlberg2009-12-021-1/+1