summaryrefslogtreecommitdiffstats
path: root/ctdb/tools
Commit message (Expand)AuthorAgeFilesLines
* ctdb: print out some hints how to debug a "ctdb catdb" failureStefan Metzmacher2009-12-161-0/+3
* ctdb: add machinereadable output fot "ctdb -Y getdbmap"Stefan Metzmacher2009-12-161-0/+22
* ctdb: disallow "ctdb backupdb" on unhealthy databasesStefan Metzmacher2009-12-161-0/+32
* client: add "ctdb dumpdbbackup <filename>"Stefan Metzmacher2009-12-161-0/+67
* tools/ctdb: let "ctdb restoredb" and "ctdb wipedb" mark the db as healthy on allStefan Metzmacher2009-12-161-0/+32
* tools/ctdb: add "ctdb getdbstatus <dbname>"Stefan Metzmacher2009-12-161-0/+47
* tools/ctdb: display db health in "ctdb getdbmap"Stefan Metzmacher2009-12-161-2/+6
* ctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wrap_open callsStefan Metzmacher2009-12-161-1/+3
* ctdb: don't print OUTPUT: for DISABLED scriptsRusty Russell2009-12-141-4/+6
* ctdb: scriptstatus can now query non-monitor eventsRusty Russell2009-12-081-12/+68
* ctdb: support --machinereadable (-Y) for scriptstatusRusty Russell2009-12-081-1/+17
* eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wireRusty Russell2009-12-081-1/+1
* eventscript: handle and report generic stat/execution errorsRusty Russell2009-12-071-5/+14
* eventscript: use -ENOEXEC for disabled status valueRusty Russell2009-12-071-7/+7
* eventscript: use -ETIME for timeout status valueRusty Russell2009-12-071-5/+15
* ctdb: add command "ctdb wipedb" to wipe the contents of an attached tdbMichael Adam2009-12-041-0/+163
* make the ringbuffer logging more efficient and marshall the data by writing t...Ronnie Sahlberg2009-11-181-18/+3
* add an in memory ringbuffer where we store the last 500000 log entries regard...Ronnie Sahlberg2009-11-181-0/+111
* suggestion from Christian,Ronnie Sahlberg2009-11-061-3/+12
* update the uptime command to indicate that time since last is either from als...Ronnie Sahlberg2009-10-291-5/+5
* Revert "update the "uptime" command to indicate the "time since last" is the ...Ronnie Sahlberg2009-10-291-5/+5
* update the "uptime" command to indicate the "time since last" is the time sin...Ronnie Sahlberg2009-10-291-5/+5
* for debuggingRonnie Sahlberg2009-10-271-1/+0
* ctdb_diagnostics: don't use hardcoded path to iptablesStefan Metzmacher2009-10-261-2/+2
* Merge commit 'martins/onnode_options'Ronnie Sahlberg2009-10-141-7/+16
|\
| * Merge commit 'origin/master' into onnode_optionsMartin Schwenke2009-10-141-0/+2
| |\
| * | New onnode options: -f to specify nodes file, -n to allow use of hostnames.Martin Schwenke2009-10-141-7/+16
* | | when we change state between healthy/unhealthy, make sure we ask the recoveryRonnie Sahlberg2009-10-141-1/+1
| |/ |/|
* | we must break the loop as soon as we find a suitable recmaster does existRonnie Sahlberg2009-10-131-0/+2
|/
* allow setting the recmode even when not completely frozen.Ronnie Sahlberg2009-10-121-14/+19
* uptade the freeze/thaw commands to be able to send the requested database pri...Ronnie Sahlberg2009-10-121-4/+20
* add a control to read the db priority from a databaseRonnie Sahlberg2009-10-101-0/+26
* add a control to set a database priority. Let newly created databases default...Ronnie Sahlberg2009-10-101-0/+25
* always send the release/take ip controls to make sure all nodes are updatedRonnie Sahlberg2009-10-061-6/+0
* add a new message to ask the recovery daemon to temporarily disable checking ...Ronnie Sahlberg2009-10-061-0/+12
* update addip/moveip/delip to make it less likely to trigger an accidental rec...Ronnie Sahlberg2009-10-061-66/+46
* When adding a public ip to a node, make sure to push the assignment of ip add...Ronnie Sahlberg2009-10-061-10/+26
* add machinereadable output for the ctdb getreclock commandRonnie Sahlberg2009-09-281-3/+9
* Revert "try to restart statd everytime it fails, not just the first time"Ronnie Sahlberg2009-09-151-2/+23
* try to restart statd everytime it fails, not just the first timeRonnie Sahlberg2009-09-151-23/+2
* onnode: add "any" nodespec to select any node with running CTDB.Martin Schwenke2009-09-081-2/+23
* new prototype banning codeRonnie Sahlberg2009-09-041-46/+68
* reduce the loglevel for the message that we switch to a different recmaster w...Ronnie Sahlberg2009-08-171-1/+1
* if no timeout at all is specified to the ctdb tool, neither using -T nor by s...Ronnie Sahlberg2009-08-171-4/+6
* add new controls to make it possible to enable/disable individual eventscriptsRonnie Sahlberg2009-08-131-1/+48
* update STOP/CONTINUE to better handle when we stop the last nodeRonnie Sahlberg2009-08-031-2/+72
* Merge commit 'origin/master'Martin Schwenke2009-07-291-2/+1
|\
| * When processing the stop node control reply in the client code we shouldRonnie Sahlberg2009-07-291-2/+1
* | onnode: update tests for healthy and connected to cope with new stopped bit.Martin Schwenke2009-07-281-2/+2
|/
* add two commands : setlmasterrole and setrecmasterrole to enable/disable thes...Ronnie Sahlberg2009-07-281-1/+61