summaryrefslogtreecommitdiffstats
path: root/ctdb/server/ctdb_ltdb_server.c
Commit message (Expand)AuthorAgeFilesLines
...
* When attaching to a non-persistent DB, initialize the delete_queue.Michael Adam2011-03-141-0/+8
* ATTACH_DB: simplify the code slightly and change the semantics to onlyRonnie Sahlberg2011-03-011-7/+4
* Deferred attach : at early startup, defer any db attach calls until we are ou...Ronnie Sahlberg2011-03-011-11/+95
* Dont return error if trying to set db priority on a db that does not yet exist.Ronnie Sahlberg2011-02-251-2/+2
* Add support to create TDB databases using the new jenkins hash.Ronnie Sahlberg2010-10-271-5/+9
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* We can not be holding a chainlock at this stage, so the tdb_chainunlock() cal...Ronnie Sahlberg2010-06-091-1/+0
* add additional logging when tdb_chainunlock() failsRonnie Sahlberg2010-06-091-1/+5
* fix a conflict in the merge from rustyRonnie Sahlberg2009-12-171-1/+4
|\
| * ctdb: use mlockall, cautiouslyRusty Russell2009-12-161-0/+3
| * Add --valgringing flag instead of --nosetschedRusty Russell2009-12-161-1/+1
* | server: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTROL_DB_GET_HEALTHStefan Metzmacher2009-12-161-0/+69
* | server: Use tdb_check to verify persistent tdbs on startupStefan Metzmacher2009-12-161-4/+385
* | server: open /var/ctdb/state/persistent_health.tdb.X on startupStefan Metzmacher2009-12-161-5/+116
* | server: only do the mkdir() calls for db_directory* once at the startStefan Metzmacher2009-12-161-20/+47
* | 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-161-0/+1
|/
* Rename a struct member for clarityVolker Lendecke2009-12-121-3/+3
* lower the loglevel for the message that a client has attached to a persistent...Ronnie Sahlberg2009-12-021-1/+1
* iIt is better to plainly disallow clietnts from connecting hereRonnie Sahlberg2009-11-251-14/+11
* move the check to skip vacuuming on persistent database to the ctdb_vacuuming...Ronnie Sahlberg2009-11-031-8/+6
* server: disable vacuuming for persistent tdbs.Michael Adam2009-11-031-5/+8
* ensure tdb names end with .tdb. and any number of digitsWolfgang Mueller-Friedt2009-10-291-8/+13
* temporarily try allowing clients to attach to databases even if the node is b...Ronnie Sahlberg2009-10-271-11/+14
* initial attempt at freezing databases in priority orderRonnie Sahlberg2009-10-121-0/+5
* add a control to set a database priority. Let newly created databases default...Ronnie Sahlberg2009-10-101-0/+19
* skip any persistent databases ending in .bakRonnie Sahlberg2009-08-191-0/+6
* vacuum event frameworkRonnie Sahlberg2009-07-291-0/+8
* Change the (dodgy) seqnumfrequency variable to have ms resolution instead of ...Ronnie Sahlberg2009-04-011-2/+2
* make sure we honor the TDB_NOSYNC flag from clients in the serverAndrew Tridgell2008-07-301-2/+2
* don't use mmap in tdb if --nosetsched is set. That makes valgrindAndrew Tridgell2008-07-041-1/+7
* Try to use tdb transactions when updating a record and record header inside t...Ronnie Sahlberg2008-05-121-1/+12
* Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...Ronnie Sahlberg2008-04-101-12/+1
* Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...Ronnie Sahlberg2008-04-101-1/+12
* Revert "- accept an optional set of tdb_flags from clients on open a database,"Ronnie Sahlberg2008-04-101-12/+1
* - accept an optional set of tdb_flags from clients on open a database,Andrew Tridgell2008-04-101-1/+12
* merge from ronnieAndrew Tridgell2008-02-041-14/+14
* added debug constants to allow for better mapping to syslog levelsAndrew Tridgell2008-02-041-2/+2
* non-persistent databases don't need sync transactionsAndrew Tridgell2008-01-061-1/+1
* a new tunable DatabaseMaxDead that enables the tdb max dead cache logicAndrew Tridgell2008-01-051-0/+3
* when ctdb attaches to a database it broadcasts the attach to all other Ronnie Sahlberg2007-09-211-1/+3
* added support for persistent databases in ctdbdAndrew Tridgell2007-09-211-34/+120
* change ctdb->vnn to ctdb->pnnRonnie Sahlberg2007-09-041-3/+3
* if the node is inactive i.e. banned or disconnected then that node is Ronnie Sahlberg2007-08-221-0/+11
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* - merged ctdb_store test from ronnieAndrew Tridgell2007-06-171-1/+2
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-0/+366