summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dont link with libctdbRonnie Sahlberg2010-06-021-1/+1
* Update the tst.c example application for libctdb toRonnie Sahlberg2010-06-021-5/+13
* rename ccan/typesafe_cb.h to ctdb_typesafe_cb.h andRonnie Sahlberg2010-06-024-1/+3
* When adding an ip at runtime, it might not yet have an iface assigned to it, ...Ronnie Sahlberg2010-06-011-0/+5
* Dont check linkstatus for loopback. This interface never hasRonnie Sahlberg2010-06-011-0/+3
* Prevent clients from connecting to the natgw address.Ronnie Sahlberg2010-06-011-0/+8
* add a gplv3 boilerplate to the example application for libctdbRonnie Sahlberg2010-05-261-0/+19
* check if vnn is a valid pointer before dereferencing itRonnie Sahlberg2010-05-261-1/+3
* move the header files and libctdb.a out into a separate ctdb-devel rpmRonnie Sahlberg2010-05-261-5/+16
* make install to install libctdb.aRonnie Sahlberg2010-05-261-0/+1
* make sure we build libctdb for "make all"Ronnie Sahlberg2010-05-261-1/+1
* Merge commit 'rusty/libctdb2'Ronnie Sahlberg2010-05-2529-938/+2892
|\
| * libctdb: tweak interface for readrecordlockRusty Russell2010-05-245-29/+29
| * libctdb: uniform callbacks, _recv functions to pull out data.Rusty Russell2010-05-2410-386/+661
| * patch libctdb-single-callback.patchRusty Russell2010-05-210-0/+0
| * tst.c: update to Ronnie's latestRusty Russell2010-05-201-5/+92
| * libctdb: Ronnie's build changes, so we actually build libctdb with make.Rusty Russell2010-05-202-2/+16
| * libctdb: first cut, supports getrecmaster onlyRusty Russell2010-05-2111-0/+1266
| * libctdb: API changes from Ronnie's versionRusty Russell2010-05-202-111/+87
| * libctdb: ctdb.h and tst.c from RonnieRusty Russell2010-05-202-0/+311
| * libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...Rusty Russell2010-05-2016-504/+529
* | new version 1.9Ronnie Sahlberg2010-05-251-1/+3
* | Add monitoring of quorum and make the node UNHEALTHY when quarum is lostRonnie Sahlberg2010-05-251-0/+26
* | in 62.cnfs, lines in /etc/exports can have hte exports quoted,Ronnie Sahlberg2010-05-251-1/+2
* | It was possible for ->recovery_mode to get out of sync with the new three db ...Ronnie Sahlberg2010-05-251-1/+10
* | In control_ipreallocate() we wait at most 5 tries before aborting the commandRonnie Sahlberg2010-05-201-9/+4
* | document how to restore a backup into a different databaseRonnie sahlberg2010-05-203-82/+88
* | Enhance the "ctdb restoredb" command so you can restore a backup into a diffe...Ronnie Sahlberg2010-05-201-5/+11
* | Merge commit 'obnox/master-rebase'Ronnie sahlberg2010-05-112-2/+7
|\ \ | |/ |/|
| * functions: when checking for a directory also check whether it can be accessed.Michael Adam2010-05-111-1/+1
| * tests:ctdb_bench: make send_start_messages() static - eliminates compile warningMichael Adam2010-05-111-1/+1
| * tests: eliminate a floating point exception by requiring -n option to ctdb_benchMichael Adam2010-05-111-0/+5
* | Add the number of performed recoveries to the "ctdb statistics" output.Ronnie Sahlberg2010-05-113-0/+3
* | ctdb: use full range of IDRRusty Russell2010-05-112-7/+4
|/
* when performing a recovery,Ronnie Sahlberg2010-05-061-0/+40
* Add a new eventscript 62.cnfs to integrate better with gpfs/cnfsRonnie Sahlberg2010-05-043-0/+131
* Merge commit 'rusty/signal-fix'Ronnie sahlberg2010-05-033-53/+59
|\
| * eventscript: simplify script timeout handlingRusty Russell2010-04-081-26/+4
| * eventscript: wait for debugging dump before killing timedout scriptRusty Russell2010-04-081-5/+4
| * eventscript: don't do debugging system() from inside signal handlerRusty Russell2010-04-083-22/+50
| * eventscript: fix case where we fail to create child for some reasonRusty Russell2010-04-081-0/+1
* | Dont check ip assignment across the cluster while ip-verificationRonnie Sahlberg2010-05-031-3/+5
* | The recent change to the recovery daemon to keep track of andRonnie Sahlberg2010-05-035-0/+64
* | Make create_merged_ip_list() a static function sinceRonnie Sahlberg2010-05-031-1/+1
* | In the log message when we have found an inconsistent ip address allocation,Ronnie Sahlberg2010-05-031-1/+1
|/
* If the admin makes a configuration mistake and configures NATGW to use theRonnie Sahlberg2010-04-281-0/+9
* Merge commit 'rusty/tdb-update'Ronnie sahlberg2010-04-2322-520/+883
|\
| * tdb: define _PUBLIC_ so we can compile tdb.Rusty Russell2010-04-221-0/+5
| * tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell2010-04-224-77/+65
| * subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-221-1/+1