summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* server: monitor interfaces in verify_ip_allocation()Stefan Metzmacher2010-01-201-0/+30
* server: only trigger one takeover run in verify_ip_allocation()Stefan Metzmacher2010-01-201-26/+19
* server: implement ctdb_control_set_iface_link()Stefan Metzmacher2010-01-201-1/+51
* server: implement ctdb_control_get_ifaces()Stefan Metzmacher2010-01-201-1/+30
* server: implement ctdb_control_get_public_ip_info()Stefan Metzmacher2010-01-201-1/+62
* controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATEStefan Metzmacher2010-01-202-0/+34
* server: use CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE during a takeover runStefan Metzmacher2010-01-202-10/+30
* server: implement CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE behaviorStefan Metzmacher2010-01-201-4/+39
* server: keep the interface information in a list of ctdb_iface structuresStefan Metzmacher2010-01-201-11/+185
* server: we don't need to copy strings we pass as talloc_asprintf() argumentsStefan Metzmacher2010-01-201-4/+4
* server: allow multiple interfaces comma separated in public_addressesStefan Metzmacher2010-01-201-10/+33
* server: add a ctdb_vnn_iface_string() helper function to access vnn->ifaceStefan Metzmacher2010-01-201-15/+26
* server: add a ctdb_set_single_public_ip() helper functionStefan Metzmacher2010-01-202-13/+23
* server: add "init" eventStefan Metzmacher2010-01-203-2/+14
* server: setup fault handler to get the build-in backtrace supportStefan Metzmacher2010-01-201-0/+1
* server: add missing goto again after do_recovery()Stefan Metzmacher2010-01-201-0/+2
* Make the size of the in memory ringbuffer for keeping the recent log messagesRonnie Sahlberg2010-01-151-0/+1
* server: call event_add_fd at the end of ctdb_set_child_logging()Stefan Metzmacher2010-01-121-20/+28
* ctdb_logging: simplify ctdb_fork_with_logging a lot and reduce the syscall usageStefan Metzmacher2010-01-121-23/+6
* eventscript: fix bug when script is abortedRusty Russell2009-12-181-1/+8
* eventscript: remove cb_status, fix uninitialized bug when monitoring abortedRusty Russell2009-12-181-36/+61
* eventscript: fix cleanup path when setting up script listRusty Russell2009-12-181-4/+5
* server: add set_close_on_exec() on more fdsStefan Metzmacher2009-12-171-0/+3
* server: fix fd leaks in the new logging codeStefan Metzmacher2009-12-171-2/+5
* version 1.0.109Ronnie Sahlberg2009-12-171-54/+29
* eventscript: remove cb_status, fix uninitialized bug when monitoring abortedRusty Russell2009-12-171-29/+54
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-176-13/+23
|\
| * ctdb: use mlockall, cautiouslyRusty Russell2009-12-162-0/+4
| * Remove RT priority, use niceness.Rusty Russell2009-12-162-6/+2
| * Add --valgringing flag instead of --nosetschedRusty Russell2009-12-165-8/+16
* | server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTHStefan Metzmacher2009-12-162-0/+77
* | server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-169-6/+519
* | server: move error handling to a 'fail' label in ctdb_control_transaction_com...Stefan Metzmacher2009-12-161-14/+19
* | server/recovery: update flags on nodes before syncing dbsStefan Metzmacher2009-12-161-0/+17
* | server: open /var/ctdb/state/persistent_health.tdb.X on startupStefan Metzmacher2009-12-161-5/+116
* | server: create vactune.tdb.X with 0600 permissionsStefan Metzmacher2009-12-161-1/+1
* | server: create vactun.tdb.X under /var/ctdb/stateStefan Metzmacher2009-12-161-2/+2
* | server: create recdb.tdb.X in /var/ctdb/state/Stefan Metzmacher2009-12-161-1/+3
* | server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-162-23/+50
* | server: add db_directory_state to ctdb_contextStefan Metzmacher2009-12-162-0/+22
* | server: create tdbs with 0600 permissions in ctdb_local_attach()Stefan Metzmacher2009-12-161-1/+1
* | ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open callsStefan Metzmacher2009-12-163-3/+11
|/
* Revert "cleanup: remove a tunable we no longer use in the eventscripts any ...Ronnie Sahlberg2009-12-161-0/+1
* Merge branch 'trans3'Ronnie Sahlberg2009-12-155-66/+176
|\
| * Revert "Make fetch_locked more scalable"Ronnie Sahlberg2009-12-156-194/+0
| * Merge commit 'obnox/ctdb-wip-trans3' into trans3Ronnie Sahlberg2009-12-159-66/+370
| |\
| | * Revert "recovery: add special pull-logic for persistent databases"Michael Adam2009-12-121-54/+4
| | * Make fetch_locked more scalableVolker Lendecke2009-12-126-0/+194
| | * Add a new control CTDB_GET_DB_SEQNUM - fetch a persistent db's sequence number.Michael Adam2009-12-122-0/+70
| | * Tiny simplification of ctdb_queue_packet()Volker Lendecke2009-12-121-9/+11