summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
| * ctdb tool - remove verify_node() functionMartin Schwenke2011-12-081-44/+0
| * ctdb tool - new command "ctdb nodestatus [nodestring]"Martin Schwenke2011-12-081-0/+46
| * ctdb tool - factor out status printing functionsMartin Schwenke2011-12-081-15/+29
| * ctdb tool - generalise nodestring parsing for -nMartin Schwenke2011-12-082-93/+188
* | Tests: eventscripts - add tests for CTDB_DELETE_UNEXPECTED_IPS="yes"Martin Schwenke2011-12-192-0/+38
* | DOC: Update the manpage to describe all relevant tunablesRonnie Sahlberg2011-12-144-99/+637
* | typoRonnie Sahlberg2011-12-141-1/+1
|/
* libctdb: fix libctdb's traverse after changes in the coreMichael Adam2011-12-061-1/+0
* Revert "Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1"Michael Adam2011-12-061-2/+2
* ctdb tool - move parsing of nodestring to where it is neededMartin Schwenke2011-12-061-9/+9
* ctdb tool - replace fprintf with DEBUGMartin Schwenke2011-12-061-1/+1
* ctdb tool - short circuit most of the logic in main for non-daemon commandsMartin Schwenke2011-12-061-24/+22
* ctdb tool - commands that don't use the daemon can't take -n/--nodeMartin Schwenke2011-12-061-0/+4
* ctdb tool - simplify main() by taking most code out of a loopMartin Schwenke2011-12-061-52/+52
* Return the peer_pid properly to the callerRonnie Sahlberg2011-12-062-2/+2
* LibCTDB: Add support for the 'get interfaces' control and update the ctdb too...Ronnie Sahlberg2011-12-066-20/+176
* GNU/Hurd supportMathieu Parent2011-12-062-0/+369
* Move platform-specific code to common/system_*Mathieu Parent2011-12-064-15/+29
* Remove zero-length gnu_printf format string in ctdb_daemon.c (gcc warning)Mathieu Parent2011-12-061-0/+1
* Fix ctdb-crash-cleanup sysconfig handlingMathieu Parent2011-12-061-2/+11
* Fix the build that broke in 8281bb210858ed04992eacea7f6d02261e0fc1b1Ronnie Sahlberg2011-12-061-2/+2
* traverse: fix traversing with empty records by adding a new (internal) contro...Michael Adam2011-12-035-7/+52
* DOC: document the check_srvids debugging commandRonnie Sahlberg2011-11-303-500/+363
* ctdb: use libctdb version of check-srvids callRonnie Sahlberg2011-11-301-16/+13
* LibCTDB: add support for the check-srvids controlRonnie Sahlberg2011-11-303-0/+131
* check_srvids: remove the <pnn> from the commandline so that we only specify t...Ronnie Sahlberg2011-11-301-12/+9
* Add "ctdb check_srvid"Volker Lendecke2011-11-301-0/+46
* Add CTDB_CONTROL_CHECK_SRVIDVolker Lendecke2011-11-304-0/+42
* DOC: describe the RecoverPDBBySeqNum tunableRonnie Sahlberg2011-11-303-406/+299
* Recover Persistent database DB by DB and not record by recordRonnie Sahlberg2011-11-303-4/+126
* LibCTDB: add get persistent db seqnum controlRonnie Sahlberg2011-11-304-0/+137
* DB Seqnum: must provide a ctdb_ltdb_header when calling ctdb_ltdb_fetch()Ronnie Sahlberg2011-11-301-1/+2
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+86
* doc: document the "--print-recordflags" parameter to "ctdb"Michael Adam2011-11-291-0/+11
* ctdb: add an option --print-recordflags to trigger printing record flags in c...Michael Adam2011-11-293-9/+17
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+85
* doc: document the "--print-hash" parameter to "ctdb".Michael Adam2011-11-291-0/+10
* ctdb: add an option --print-hash to enable printing of record hashes when dum...Michael Adam2011-11-293-0/+10
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+84
* doc: document the "--print-lmaster" parameter to "ctdb"Michael Adam2011-11-291-0/+9
* ctdb: add an option --print-lmaster to enable printing of lmaster in "ctdb ca...Michael Adam2011-11-293-0/+21
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-77/+85
* doc: document the "--print-datasize" parameter to "ctdb"Michael Adam2011-11-291-0/+10
* ctdb: add an option --print-datasize to only print datasize instead of dumpin...Michael Adam2011-11-293-7/+17
* doc: commit generated ctdb.1 manpages after xml changeMichael Adam2011-11-292-79/+90
* doc: document the --print-emptyrecords switch in the "ctdb" manpage.Michael Adam2011-11-291-0/+13
* ctdb: add an option --print-emptyrecords to enable printing of empty records ...Michael Adam2011-11-293-8/+34
* client: add version ctdb_traverse_ext() of ctdb_traverse() that can list empt...Michael Adam2011-11-291-7/+28
* traverse: add a flag to enable transferring empty records in cluster wide tra...Michael Adam2011-11-294-1/+14
* recoverd: try to become the recovery master if we have the capability, but th...Stefan Metzmacher2011-11-291-1/+22