summaryrefslogtreecommitdiffstats
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
* add a new command "ctdb ipreallocate", this command will force the recovery m...Ronnie Sahlberg2009-07-023-0/+144
* When we dispatch a message to a handler, pass the data as a real talloc objec...Ronnie Sahlberg2009-07-021-1/+1
* update enable/disableRonnie Sahlberg2009-07-011-10/+35
* update the sysconfig to show setting the debuglevel using a string literal in...Ronnie Sahlberg2009-07-011-2/+2
* 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-014-48/+62
* when no debuglevel is specified, make 'ctdb setdebug' show the available optionsRonnie Sahlberg2009-07-011-4/+19
* dont try sending a keepalive if the transport is downRonnie Sahlberg2009-06-301-0/+5
* Dont even try allocating and sending a CALL packet if the transport is downRonnie Sahlberg2009-06-301-0/+6
* failing a dmaster send due to the transport being down is fatalRonnie Sahlberg2009-06-301-0/+5
* if we fail a dmaster migration due to the transport being down, then that is ...Ronnie Sahlberg2009-06-301-2/+7
* dont try to send error packets if the transport is downRonnie Sahlberg2009-06-301-0/+5
* dont even try to send a message from the main daemon if the transport is downRonnie Sahlberg2009-06-301-0/+5
* Dont try to allocate and send packets if the transport is downRonnie Sahlberg2009-06-301-0/+5
* dont even try to allocate a packet if the transport is down since it will failRonnie Sahlberg2009-06-301-0/+5
* New version 1.0.86Ronnie Sahlberg2009-06-301-1/+10
* update the man pages with the "getreclock" and "setreclock" commands.Ronnie Sahlberg2009-06-256-75/+149
* Do not allow the "VerifyRecoveryLock" tunable to be changed if there is no re...Ronnie Sahlberg2009-06-251-1/+8
* disable VerifyRecoveryLock when the user modifies the filenameRonnie Sahlberg2009-06-251-0/+1
* add a control to set the reclock fileRonnie Sahlberg2009-06-255-1/+67
* update the recovery daemon to read the recovery lock file off the main daemon...Ronnie Sahlberg2009-06-251-1/+61
* return NULL and not a "" when there is no reclock file returned from the serverRonnie Sahlberg2009-06-251-1/+6
* add a control to read the current reclock file from a nodeRonnie Sahlberg2009-06-254-0/+53
* Document that you can run ctdb without a reclock file in the sysconfig fileRonnie Sahlberg2009-06-251-4/+7
* Allow setting the recovery lock file as "", which means that we do not use a ...Ronnie Sahlberg2009-06-253-8/+14
* Dont access the reclock file at all if VerifyRecoveryLock is zero and alsoRonnie Sahlberg2009-06-252-20/+39
* new version 1.0.85Ronnie Sahlberg2009-06-231-1/+18
* rename 99.routing to 11.routing so that it executed before the service scriptsRonnie Sahlberg2009-06-233-2/+2
* Fix minor problem in previous initscript commit.Martin Schwenke2009-06-191-1/+1
* Initscript fixes, mostly for "stop" action.Martin Schwenke2009-06-191-14/+13
* Clean up handling the of CTDB restarts in testcases.Martin Schwenke2009-06-1911-25/+43
* Fix minor onnode bugs relating to local daemons.Martin Schwenke2009-06-191-2/+2
* dont log an error if waitpid returns -1 and errno is ECHILDRonnie Sahlberg2009-06-191-1/+3
* dont leak file descriptors when set recmdoe timesoutRonnie Sahlberg2009-06-191-1/+10
* dont leak file descriptorsRonnie Sahlberg2009-06-191-0/+4
* in the recovery daemon, check that the recovery master can access the recover...Ronnie Sahlberg2009-06-191-12/+169
* reduce the timeout we wait for the reclock child process to finish to 5 secondsRonnie Sahlberg2009-06-191-1/+2
* increase the timeout before we shutdown when ther ecovery daemon is hungRonnie Sahlberg2009-06-184-4/+4
* rename 99.routing to 11.routingRonnie Sahlberg2009-06-183-2/+2
* New tests for NFS and CIFS tickles.Martin Schwenke2009-06-183-1/+298
* Increase threshold in 51_ctdb_bench from 2% to 5%.Martin Schwenke2009-06-181-1/+1
* When we ban a node, only drop the IPs on the node being banned, not on every ...Ronnie Sahlberg2009-06-101-1/+1
* remove unused variableRonnie Sahlberg2009-06-091-1/+0
* dont require particular values for NoIPFailback and DeterministicIPs whenRonnie Sahlberg2009-06-091-23/+0
* improve ctdb moveip so that it does not always trigger a recovery.Ronnie Sahlberg2009-06-091-35/+45
* try avoiding to cause a recovery when deleting a public ip from a nodeRonnie Sahlberg2009-06-051-2/+8
* when adding an ip, try manually adding and takingover the ip instead of trigg...Ronnie Sahlberg2009-06-052-14/+29
* dont list DELETED nodes in the ctdb listnodes outputRonnie Sahlberg2009-06-041-3/+3
* make it possible to run 'ctdb listnodes' also if the daemon is not running.Ronnie Sahlberg2009-06-041-33/+103
* From William Jojo <w.jojo[AT]hvcc.edu>Ronnie Sahlberg2009-06-041-0/+2