summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...Ronnie Sahlberg2011-09-013-5/+17
| | * ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...Ronnie Sahlberg2011-09-015-15/+19
| | * LibCTDB : initialize ctdb->pnn to -1 when we create a new contextRonnie Sahlberg2011-08-231-0/+1
| | * LibCTDB : change the ctdb_fetch_lock_once test tool to use libctdb instead of...Ronnie Sahlberg2011-08-232-33/+57
| | * LibCTDB : add support for getrecmodeRonnie Sahlberg2011-08-233-0/+95
| | * ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...Ronnie Sahlberg2011-08-234-2/+5
| | * ReadOnly: add description of readonly recordsRonnie Sahlberg2011-08-231-0/+246
| | * ReadOnly: clear out the tracking record once a revoke is completedRonnie Sahlberg2011-08-232-0/+8
| | * ReadOnly: When the client wants a readwrite lock but the local node is the dm...Ronnie Sahlberg2011-08-231-0/+19
| | * ReadOnly: Change the update_record test tool to use the new fetchlock routine...Ronnie Sahlberg2011-08-231-3/+1
| | * ReadOnly: Add a test tool that requests a readonly delegation in a loopRonnie Sahlberg2011-08-232-1/+140
| | * ReadOnly: Add a test tool to fetch a record, requesting a readonly delegation...Ronnie Sahlberg2011-08-232-1/+139
| | * ReadOnly: Add clientside code to fetch readonly recordsRonnie Sahlberg2011-08-233-3/+212
| | * ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper functionRonnie Sahlberg2011-08-232-0/+37
| | * ReadOnly: Add handlign of readonly requests readwrite requests, delegations a...Ronnie Sahlberg2011-08-231-0/+47
| | * ReadOnly: Add processing for ReadOnly delegation requests and revoke requests...Ronnie Sahlberg2011-08-231-14/+116
| | * ReadOnly: Once recovery has finished, make sure to free all revoke child proc...Ronnie Sahlberg2011-08-231-0/+4
| | * ReadOnly: When releasing all deferred calls that blocked during revoke of all...Ronnie Sahlberg2011-08-231-1/+1
| | * ReadOnly: Add a new flag to call request packet to indicate that the client w...Ronnie Sahlberg2011-08-231-1/+2
| | * ReadOnly: Add a function to start a revoke of all delegations for a record.Ronnie Sahlberg2011-08-232-0/+268
| | * ReadOnly: Add functions to register CALLs to a context used to handle deferal...Ronnie Sahlberg2011-08-232-0/+98
| | * ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...Ronnie Sahlberg2011-08-233-8/+12
| | * ReadOnly: After recovering all databases, make sure to clear out the tracking...Ronnie Sahlberg2011-08-231-0/+11
| | * ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...Ronnie Sahlberg2011-08-232-0/+29
| | * ReadOnly: After performing a recovery, clear out all flags related to readonl...Ronnie Sahlberg2011-08-231-0/+5
| | * Add the missing "persistent" argument to db_exist()Ronnie Sahlberg2011-08-231-1/+2
| | * ReadOnly: Add a new command 'ctdb cattdb'. This fucntion differs from 'ctdb c...Ronnie Sahlberg2011-08-231-0/+56
| | * ReadOnly: Add printing of the record flags when we are traversing a database ...Ronnie Sahlberg2011-08-231-0/+9
| | * ReadOnly: Add 4 new record flags to handle read only delegation and revoking ...Ronnie Sahlberg2011-08-231-0/+4
| | * ReadOnly: add a new test tool that does a fetchlock on a record, then bunps t...Ronnie Sahlberg2011-08-232-1/+165
| | * ReadOnly: Add clientside functions to send the UPDATE_RECORD controlRonnie Sahlberg2011-08-232-0/+76
| | * ReadOnly: Add test tool to validate the functions to manipulate and enumerate...Ronnie Sahlberg2011-08-232-1/+142
| | * ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...Ronnie Sahlberg2011-08-232-0/+51
| | * ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.Ronnie Sahlberg2011-08-233-2/+59
| * | Drop loglevel for a tevent message from FATAL to ERRORRonnie Sahlberg2011-09-081-1/+1
| * | Merge remote branch 'ddiss/master_pmda_and_client_timeouts'Ronnie Sahlberg2011-09-0825-46/+1054
| |\ \
| | * | pmda: handle struct latency_counter and add num_recoveriesDavid Disseldorp2011-09-063-7/+18
| | * | pmda: document in README how to add a new metricDavid Disseldorp2011-09-061-1/+21
| | * | pmda: Use CTDB_PATH macro for default socket pathDavid Disseldorp2011-09-061-24/+30
| | * | pmda: Pull ctdb statistics once per fetchDavid Disseldorp2011-09-061-69/+73
| | * | pmda: Attempt reconnects while ctdbd is unavailableDavid Disseldorp2011-09-063-51/+143
| | * | pmda: Initial ctdb pmda check-inDavid Disseldorp2011-09-0610-2/+857
| | * | client: flag local node in ctdb -Y status outputDavid Disseldorp2011-09-061-5/+7
| | * | client: add timeout argument to ctdb_attachDavid Disseldorp2011-09-0613-26/+42
| | * | client: add req timeout argument to ctdb_cmdline_clientDavid Disseldorp2011-09-0611-12/+14
| * | | Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2011-09-065-0/+88
| |\ \ \ | | |/ / | |/| |
| | * | Interface monitoring: add a event to trigger every 30 seconds to check that a...Ronnie Sahlberg2011-09-062-0/+49
| | * | Check interfaces: when reading the public addresses file to create the vnn listRonnie Sahlberg2011-09-065-0/+39
| * | | Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2011-09-051-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | tools/ctdb: fix a typo in a debug messageMichael Adam2011-09-021-1/+1