summaryrefslogtreecommitdiffstats
path: root/ctdb/tools/ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* When processing the stop node control reply in the client code we shouldRonnie Sahlberg2009-07-291-2/+1
* add two commands : setlmasterrole and setrecmasterrole to enable/disable thes...Ronnie Sahlberg2009-07-281-1/+61
* add a command "setnatgwstate {on|off}" that can be used to indicate if this n...Ronnie Sahlberg2009-07-281-3/+35
* update the eventscript to ensure that stopped nodes can not become the natgw ...Ronnie Sahlberg2009-07-171-3/+3
* if all nodes are STOPPED, pick one of the STOPPED nodes as natgw masterRonnie Sahlberg2009-07-171-0/+13
* Do not allow STOPPED or DELETED nodes to become the NATGW masterRonnie Sahlberg2009-07-171-2/+4
* add two new controls, CTOP_NODE and CONTINUE_NODERonnie Sahlberg2009-07-091-6/+5
* remove the header printed for the machinereadable output for natgwlistRonnie Sahlberg2009-07-091-1/+0
* Add a new node flag : STOPPEDRonnie Sahlberg2009-07-091-5/+78
* Perform an ipreallocate efter each enable/disable.Ronnie Sahlberg2009-07-061-55/+66
* add a new command "ctdb ipreallocate", this command will force the recovery m...Ronnie Sahlberg2009-07-021-0/+56
* update enable/disableRonnie Sahlberg2009-07-011-10/+35
* show the valid debuglevels that can be used in the error text when an invalid...Ronnie Sahlberg2009-07-011-1/+4
* update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg2009-07-011-47/+3
* when no debuglevel is specified, make 'ctdb setdebug' show the available optionsRonnie Sahlberg2009-07-011-4/+19
* add a control to set the reclock fileRonnie Sahlberg2009-06-251-0/+25
* add a control to read the current reclock file from a nodeRonnie Sahlberg2009-06-251-0/+22
* remove unused variableRonnie Sahlberg2009-06-091-1/+0
* dont require particular values for NoIPFailback and DeterministicIPs whenRonnie Sahlberg2009-06-091-23/+0