summaryrefslogtreecommitdiffstats
path: root/ctdb/server
Commit message (Expand)AuthorAgeFilesLines
* Reduce the log level for two debug messagesRonnie Sahlberg2010-02-161-2/+2
* lower the loglevel for a debug message for redundant releases of public ipsRonnie Sahlberg2010-02-161-1/+1
* ctdb: when we fill the client packet queue we need to drop the clientAndrew Tridgell2010-02-041-5/+12
* We only queued up to 1000 packets per queue before we start droppingRonnie Sahlberg2010-02-041-1/+1
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-047-7/+7
* server: reload the public addresses before doing a takeover runStefan Metzmacher2010-01-201-47/+108
* server: ban ourself if the ctdb and kernel knowledge of a public ip differsStefan Metzmacher2010-01-201-2/+28
* server: give an error if we're getting an takeover_ip event with a wrong pnnStefan Metzmacher2010-01-201-0/+8
* server: return an error if we get an takeover ip event and we cannot serve th...Stefan Metzmacher2010-01-201-3/+13
* server: print node number as signed integer on release ip eventStefan Metzmacher2010-01-201-1/+1
* server: debug redundant takeover ip events with level INFOStefan Metzmacher2010-01-201-0/+4
* server: be less verbose on redundant release_ip eventsStefan Metzmacher2010-01-201-1/+1
* server: add a ctdb_do_updateip()Stefan Metzmacher2010-01-201-0/+142
* server: split out a ctdb_do_takeover_ip() functionStefan Metzmacher2010-01-201-52/+82
* server: split out a ctdb_announce_vnn_iface() functionStefan Metzmacher2010-01-201-32/+44
* server: add updateip eventStefan Metzmacher2010-01-201-0/+3
* server: start with disabled interfaces and let the event scripts enable the i...Stefan Metzmacher2010-01-201-1/+1
* 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