summaryrefslogtreecommitdiffstats
path: root/ctdb/include
Commit message (Expand)AuthorAgeFilesLines
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+1
* server: add updateip eventStefan Metzmacher2010-01-201-0/+1
* controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATEStefan Metzmacher2010-01-201-0/+50
* server: use CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE during a takeover runStefan Metzmacher2010-01-201-1/+2
* client: add CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE ctdb_ctrl_get_public_ips_flags()Stefan Metzmacher2010-01-201-2/+10
* reserve upper bits in ctdb_control->flags for opcode specific flagsStefan Metzmacher2010-01-201-0/+1
* server: keep the interface information in a list of ctdb_iface structuresStefan Metzmacher2010-01-201-1/+3
* server: allow multiple interfaces comma separated in public_addressesStefan Metzmacher2010-01-201-0/+1
* server: add a ctdb_set_single_public_ip() helper functionStefan Metzmacher2010-01-201-0/+3
* server: add "init" eventStefan Metzmacher2010-01-202-1/+4
* lib/util: import fault/backtrace handling from samba.Stefan Metzmacher2010-01-202-1/+5
* move DEBUG* macros to one placeStefan Metzmacher2010-01-201-0/+2
* Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg2010-01-151-0/+4
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-171-5/+3
|\
| * ctdb: use mlockall, cautiouslyRusty Russell2009-12-161-1/+1
| * Remove RT priority, use niceness.Rusty Russell2009-12-161-4/+1
| * Add --valgringing flag instead of --nosetschedRusty Russell2009-12-161-0/+1
* | client: make ctdb_dumpdb_record() publicStefan Metzmacher2009-12-161-0/+1
* | client: add ctdb_ctrl_getdbhealth()Stefan Metzmacher2009-12-161-0/+5
* | server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTHStefan Metzmacher2009-12-161-0/+6
* | server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-0/+13
* | server: open /var/ctdb/state/persistent_health.tdb.X on startupStefan Metzmacher2009-12-161-0/+1
* | server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-161-1/+1
* | server: add db_directory_state to ctdb_contextStefan Metzmacher2009-12-162-0/+2
|/
* Revert "cleanup: remove a tunable we no longer use in the eventscripts any ...Ronnie Sahlberg2009-12-161-0/+1
* Revert "Make fetch_locked more scalable"Ronnie Sahlberg2009-12-151-23/+0
* Merge commit 'obnox/ctdb-wip-trans3' into trans3Ronnie Sahlberg2009-12-152-1/+37
|\
| * Make fetch_locked more scalableVolker Lendecke2009-12-121-0/+23
| * Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.Michael Adam2009-12-121-0/+5
| * define CTDB_DB_SEQNUM_KEY - used with the new implementation of transactions.Michael Adam2009-12-121-0/+3
| * Rename a struct member for clarityVolker Lendecke2009-12-121-1/+1
| * server: add a new control CTDB_CONTROL_TRANS3_COMMITMichael Adam2009-12-121-0/+5
* | Rename the tunable EventScriptBanCount to EventScriptTimeoutCountRonnie Sahlberg2009-12-141-1/+1
* | cleanup: remove a tunable we no longer use in the eventscripts any more :Ronnie Sahlberg2009-12-141-1/+0
* | remove the variable "disable when unhealthy"Ronnie Sahlberg2009-12-141-1/+0
|/
* From: Volker Lendecke <vl@samba.org>Ronnie Sahlberg2009-12-101-2/+0
* Run only one event for each epoll_wait/select callVolker Lendecke2009-12-101-0/+2
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-082-2/+5
* eventscript: expost call names and enumRusty Russell2009-12-082-15/+18
* eventscript: save state for all script invocationsRusty Russell2009-12-081-15/+16
* eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wireRusty Russell2009-12-082-5/+5
* eventscript: ctdb_fork_with_logging()Rusty Russell2009-12-081-0/+4
* eventscript: remove unused ctbd_ctrl_event_script*Rusty Russell2009-12-081-15/+0
* eventscript: use direct script state pointer for current monitorRusty Russell2009-12-081-1/+1
* eventscript: make current_monitor_status_ctx serve as monitor_event_script_ctxRusty Russell2009-12-081-2/+1
* eventscript: expost ctdb_ban_self()Rusty Russell2009-12-071-0/+1
* eventscript: use -ENOEXEC for disabled status valueRusty Russell2009-12-072-4/+0
* eventscript: use -ETIME for timeout status valueRusty Russell2009-12-071-1/+0
* eventscript: marshall onto last_status immediatelyRusty Russell2009-12-071-1/+1
* make ctdb_ctrl_transaction_active public.Michael Adam2009-12-041-0/+5