summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* this fixes the non-dmaster bug that has plagued us for monthsAndrew Tridgell2008-01-051-24/+12
* avoid write locks during delete checks in traversalsAndrew Tridgell2008-01-053-1/+5
* make some specific cases of the non-dmaster bug non-fatalAndrew Tridgell2008-01-051-5/+16
* added async pull, push and rsn handling functionsAndrew Tridgell2008-01-051-71/+157
* fixed a warningAndrew Tridgell2008-01-051-4/+4
* expand tdb by minimum of 25% at a timeAndrew Tridgell2008-01-051-5/+7
* update revnumber for custom treeAndrew Tridgell2008-01-041-1/+1
* fixed a warningAndrew Tridgell2008-01-041-1/+1
* make sure vars are set at startup before recoveryAndrew Tridgell2008-01-041-2/+13
* prevent O(n^2) behaviour for traverse after large numbers of deletesAndrew Tridgell2008-01-041-0/+23
* prevent a re-ban loop for single node clustersAndrew Tridgell2008-01-041-20/+29
* added ctdb_randrec test toolAndrew Tridgell2008-01-041-0/+137
* add randrec to MakefileAndrew Tridgell2008-01-042-2/+9
* more optimisations to recoveryAndrew Tridgell2008-01-023-33/+50
* make this a custom buildAndrew Tridgell2008-01-021-1/+1
* make this a custom buildAndrew Tridgell2008-01-021-1/+1
* quick fix for timeout in recoveryAndrew Tridgell2008-01-023-9/+3
* fixed order of changelogAndrew Tridgell2007-12-271-3/+2
* updated release infoAndrew Tridgell2007-12-271-1/+3
* fixed segv on failed ctdb_ctrl_getnodemapAndrew Tridgell2007-12-271-0/+7
* update release number and changelogAndrew Tridgell2007-12-041-1/+11
* merge from ronnieAndrew Tridgell2007-12-042-65/+66
|\
| * rework banning/unbanning nodesRonnie Sahlberg2007-12-032-64/+65
| * for the banned status, we should allocate this structure as a child of Ronnie Sahlberg2007-12-031-1/+1
* | make DeterministicIPs the defaultAndrew Tridgell2007-12-041-1/+1
|/
* merge from ronnieAndrew Tridgell2007-12-0312-113/+237
|\
| * up the loglevel for the enable/disable monitoring to level 1Ronnie Sahlberg2007-12-011-2/+2
| * log that monitoring has been "disabled" not that it has been "stopped" Ronnie Sahlberg2007-11-301-1/+1
| * always set up a new monitoring event regardless of whether monitoring is Ronnie Sahlberg2007-11-301-27/+7
| * add ctdb_disable/enable_monitoring() that only modifies the monitoring Ronnie Sahlberg2007-11-304-7/+30
| * get rid of the control to set the monitoring mode.Ronnie Sahlberg2007-11-305-61/+1
| * ->monitor_context is NULL when monitoring is disabled.Ronnie Sahlberg2007-11-301-9/+29
| * dont manipulate ctdb->monitoring_mode directly from the SET_MON_MODE Ronnie Sahlberg2007-11-306-19/+30
| * move ctdb_set_culprit higher up in the fileRonnie Sahlberg2007-11-281-17/+30
| * Add a --node-ip argument so that one can specify which ip address a Ronnie Sahlberg2007-11-265-10/+56
| * when monitoring the node from the recovery daemon, check that the Ronnie Sahlberg2007-11-231-0/+23
| * check for recursive bans in ctdb_ban_node() and remove the previous ban Ronnie Sahlberg2007-11-231-0/+6
| * add log output for when ctdb_ban_node() and ctdb_unban_node() are calledRonnie Sahlberg2007-11-231-0/+14
| * If update_local_flags() finds that a node has changed its BANNED statusRonnie Sahlberg2007-11-231-10/+30
| * when we as the recovery daemon on the recovery master detects that the Ronnie Sahlberg2007-11-231-2/+5
| * add an extra log if we get a modflags control but it doesnt change any Ronnie Sahlberg2007-11-231-0/+19
| * if we get a modflag control but the flags remain unchanged, log thisRonnie Sahlberg2007-11-231-1/+1
| * when we print "Remote node had flags xx local had flags xxRonnie Sahlberg2007-11-231-2/+2
|/
* increase release numberAndrew Tridgell2007-11-181-1/+1
* - merge from ronnieAndrew Tridgell2007-11-185-11/+55
|\
| * from Christian ARonnie Sahlberg2007-11-161-1/+1
| * only check port 21 when monitoring vsftpdRonnie Sahlberg2007-11-151-1/+1
| * add CTDB_MANAGES_WINBIND to /etc/sysconfig/ctdb to allow ctdb to be used Ronnie Sahlberg2007-11-143-9/+37
* | need public_addresses for test suiteAndrew Tridgell2007-11-181-0/+4
|/
* make it easier to test starting large numbers of virtual nodesAndrew Tridgell2007-11-134-15/+13