summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* event scripts: add logging for low memory conditionsRusty Russell2010-02-091-0/+10
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-092-90/+111
* ctdb: when we fill the client packet queue we need to drop the clientAndrew Tridgell2010-02-041-5/+12
* ctdb: move ctdb_io.c to use TLIST_*() macrosAndrew Tridgell2010-02-041-21/+6
* util: added TLIST_*() macrosAndrew Tridgell2010-02-041-0/+46
* When trying to enable/disable a node.Ronnie Sahlberg2010-02-041-0/+20
* We only queued up to 1000 packets per queue before we start droppingRonnie Sahlberg2010-02-042-2/+19
* add two new debug controls to send and receive messagesRonnie Sahlberg2010-02-041-0/+65
* Drop the debug level for logging fd creation to DEBUG_DEBUGRonnie Sahlberg2010-02-049-10/+10
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-021-5/+10
* initscript: handle spaces in option values inserted into $CTDB_OPTIONS.Martin Schwenke2010-01-221-7/+8
* onnode: update algorithm for finding nodes file.Martin Schwenke2010-01-211-2/+15
* onnode - respect $CTDB_BASE rather than hard-coding /etc/ctdb.Martin Schwenke2010-01-211-3/+5
* config: 10.interface: search "ethtool" in $PATH instead of using a hardcoded ...Stefan Metzmacher2010-01-201-2/+2
* 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
* events: add updateip event to 13.per_ip_routingStefan Metzmacher2010-01-201-0/+60
* events: 10.interface handle updateip eventStefan Metzmacher2010-01-201-0/+57
* server: add updateip eventStefan Metzmacher2010-01-204-1/+14
* config: add CTDB_PARTIALLY_ONLINE_INTERFACES to ctdb.sysconfigStefan Metzmacher2010-01-202-0/+19
* server: start with disabled interfaces and let the event scripts enable the i...Stefan Metzmacher2010-01-202-2/+7
* config: 10.interfaces call monitor_interfaces on startupStefan Metzmacher2010-01-201-0/+8
* config: 10.interfaces call ctdb ifaces and ctdb setifacelink for monitoringStefan Metzmacher2010-01-201-1/+46
* events: splitout a monitor_interfaces function in 10.interfaceStefan Metzmacher2010-01-201-45/+64
* 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
* tools/ctdb: add PartiallyOnline state for "ctdb status" and "ctdb status -Y"Stefan Metzmacher2010-01-201-3/+41
* tools/ctdb: display interfaces in "ctdb ip" and "ctdb ip -Y" outputsStefan Metzmacher2010-01-202-7/+72
* tests: add a all_ips_on_node() helper function that wraps ctdb ip -YStefan Metzmacher2010-01-204-7/+14
* tests/simple/11_ctdb_ip.sh: be more strict in checking ctdb ip -Y outputStefan Metzmacher2010-01-201-4/+13
* tools/ctdb: add "ctdb ipinfo <ip>"Stefan Metzmacher2010-01-201-0/+53
* tools/ctdb: add "ctdb setifacelink <iface> <status>"Stefan Metzmacher2010-01-201-0/+50
* tools/ctdb: add "ctdb ifaces"Stefan Metzmacher2010-01-201-0/+44
* 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
* client: implement ctdb_ctrl_set_iface_link()Stefan Metzmacher2010-01-201-1/+18
* client: implement ctdb_ctrl_get_ifaces()Stefan Metzmacher2010-01-201-2/+57
* client: implement ctdb_ctrl_get_public_ip_info()Stefan Metzmacher2010-01-201-2/+61
* controls: add stups for GET_PUBLIC_IP_INFO, GET_IFACES and SET_IFACE_LINK_STATEStefan Metzmacher2010-01-204-0/+109
* server: use CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE during a takeover runStefan Metzmacher2010-01-203-11/+32
* server: implement CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE behaviorStefan Metzmacher2010-01-201-4/+39