tests: Fix calling of ctdb tool from test
[ctdb.git] / server / ctdb_recoverd.c
2013-10-30 Martin Schwenkerecoverd: Rebalancing should be done regardless tunable
2013-10-30 Martin Schwenkerecoverd: Improve an error message in the election...
2013-10-30 Martin SchwenkeRevert "if a new node enters the cluster, that node...
2013-10-29 Martin SchwenkeRevert "recoverd: Disable takeover runs on other nodes...
2013-10-22 Martin Schwenkerecoverd: Remove function reload_nodes_file()
2013-10-22 Martin SchwenkeRevert "null out the pointer before we reload the nodes...
2013-10-22 Amitay Isaacsrecoverd: Ignore failed flag updates on inactive nodes
2013-10-22 Martin Schwenkerecoverd: Fix the VNN lmaster consistency check
2013-09-19 Martin Schwenkerecoverd: Disable takeover runs on other nodes for...
2013-09-19 Martin Schwenkerecoverd: Improve logging for takeover runs
2013-09-19 Martin Schwenkerecoverd: Be careful about freeing the list of IP rebal...
2013-09-19 Martin Schwenkerecoverd: Fix the implementation of CTDB_SRVID_REBALANC...
2013-09-19 Martin Schwenkerecoverd: Remove unused CTDB_SRVID_RELOAD_ALL_IPS and...
2013-09-19 Martin Schwenkerecoverd: Defer ipreallocated requests when takeover...
2013-09-19 Martin Schwenkerecoverd: Reimplement CTDB_SRVID_DISABLE_IP_CHECK
2013-09-19 Martin Schwenkerecoverd: New SRVID message CTDB_SRVID_DISABLE_TAKEOVER...
2013-09-19 Martin Schwenkerecoverd: Factor out the SRVID handling code
2013-09-19 Martin Schwenkerecoverd: Make the SRVID request structure generic
2013-09-19 Martin Schwenkerecoverd: Move disabling of IP checks into do_takeover_...
2013-09-19 Martin Schwenkerecoverd: do_takeover_run() should mark when a takeover...
2013-09-19 Martin Schwenkerecoverd: takeover_fail_callback() doesn't need to...
2013-09-19 Martin Schwenkerecoverd: New function do_takeover_run()
2013-09-19 Martin Schwenkerecoverd: Stabilise the recovery master role
2013-08-22 Martin Schwenkerecoverd: Remove an unused temporary talloc context
2013-08-22 Martin Schwenkerecoverd: Log more information when interfaces change
2013-08-14 Amitay Isaacsrecoverd: Improve log message when nodes disagree on...
2013-08-14 Amitay IsaacsRevert "recoverd: Use correct tdb flags when creating...
2013-08-01 Amitay Isaacsrecoverd: Use correct tdb flags when creating missing...
2013-08-01 Amitay Isaacsrecoverd: Make sure to use jenkins hash for recovery...
2013-07-30 Amitay Isaacsrecoverd: Assemble up-to-date node flags information...
2013-07-11 Martin Schwenkerecoverd: Really fix bogus info in message about change...
2013-07-11 Sumit BoseFixes for various issues found by Coverity
2013-07-10 Martin Schwenkerecoverd: Recovery daemon should use ctdb_get_pnn,...
2013-07-10 Amitay Isaacsctdbd: Set process names for child processes
2013-07-05 Martin Schwenkerecoverd: Minor style improvements for ctdb_reload_remo...
2013-07-05 Martin Schwenkerecoverd: Clean up log messages in remote IP verification
2013-07-05 Martin Schwenkerecoverd: Fix an unclear log message - "Restart recover...
2013-07-05 Martin Schwenkerecoverd: Fix an incorrect comment
2013-07-04 Amitay Isaacsrecoverd: Send the result from child process only once
2013-07-02 Michael Adamrecoverd: when the recmaster is banned, use that inform...
2013-07-02 Michael Adamrecoverd: fix a comment typo
2013-07-02 Michael Adamrecoverd: fix a comment in main_loop
2013-07-02 Michael Adamrecoverd: eliminate some trailing spaces from ctdb_elec...
2013-07-02 Martin Schwenkerecoverd: Don't continue if the current node gets banned
2013-07-02 Amitay Isaacsrecoverd: Refactor code to ban misbehaving nodes
2013-07-02 Amitay Isaacsrecoverd: Move code to ban other nodes after we get...
2013-07-02 Amitay Isaacsrecoverd: Delay the initial election if node is started...
2013-07-02 Amitay Isaacsrecoverd: Update capabilities only if the current node...
2013-07-02 Amitay Isaacsrecoverd: No need to check if node is recovery master...
2013-07-02 Amitay Isaacsrecoverd: Always do an early exit from main_loop if...
2013-07-02 Amitay Isaacsrecoverd: Do not set banning credits on a node if curre...
2013-07-02 Amitay Isaacsrecoverd: Also check if current node is in recovery...
2013-07-02 Amitay Isaacsrecoverd: Set node_flags information as soon as we...
2013-07-02 Amitay Isaacsrecovered: Remove old comment as the code corresponding...
2013-06-28 Amitay Isaacsrecoverd: Print banning message only after verifying pnn
2013-06-28 Amitay Isaacsrecoverd: When updating flags on nodes, send updated...
2013-06-13 Martin Schwenkerecoverd: Log node that causes takoever run to fail
2013-05-02 Martin Schwenkerecoverd: Interface reference count changes should...
2013-04-17 Michael Adamrecoverd: remove bogus comment "qqq" from "add prototyp...
2013-02-20 Martin Schwenkerecoverd: update_capabilities() should use connected...
2013-02-07 Martin SchwenkeLogging: Fix breakage when freeing the log ringbuffer
2013-01-23 Amitay Isaacsrecoverd: Fix printing of node flags from local information
2013-01-09 Amitay Isaacsrecoverd: Create recoverd monitoring timed events off... ctdb-2.1
2013-01-09 Amitay Isaacsdaemon: On shutdown, destroy timed events that check...
2012-11-19 Michael Adamrecovery: data corruption of persistent DBs after recov...
2012-11-19 Michael Adamrecoverd: fix a comment typo
2012-11-13 Amitay Isaacsrecoverd: Track the nodes that fail takeover run and...
2012-10-22 Martin Schwenkerecoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOG
2012-10-18 Martin Schwenkerecoverd: Clarify some misleading log messages
2012-10-18 Martin Schwenkerecoverd: Verifying local IPs should only check for...
2012-10-11 Martin Schwenkerecoverd: Track failure of "recovered" event, banning...
2012-10-11 Martin Schwenkerecoverd: When starting a takeover run disable IP verif...
2012-08-08 Martin Schwenkerecoverd: All inactive nodes should yield recovery...
2012-08-08 Martin Schwenkerecoverd: An inactive node should not force recovery...
2012-08-08 Martin Schwenkerecoverd: main_loop() should not verify local IPs if...
2012-08-08 Martin Schwenkerecoverd: verify_local_ip_allocation() should dup iface...
2012-08-08 Martin Schwenkerecoverd: Fix bogus info in message about changed flags
2012-06-20 Ronnie SahlbergWhen we find an ip we shouldnt host, just release it
2012-05-25 Ronnie SahlbergRECOVER: When we pull databases during recovery, we...
2012-05-03 Ronnie SahlbergTrack all child process so we never send a signal to...
2012-05-01 Ronnie SahlbergAdd new control to reload the public ip address file...
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tdb-sync'
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/tevent-sync'
2012-04-25 Ronnie SahlbergMerge remote branch 'amitay/talloc-sync'
2012-04-18 Ronnie SahlbergMerge remote branch 'martins/master'
2012-04-13 Amitay IsaacsRemove explicit include of lib/tevent/tevent.h.
2012-04-13 Amitay Isaacsrecoverd: Fix spurious warnings when running with ...
2012-03-22 Ronnie SahlbergMerge remote branch 'martins/policy_routing'
2012-03-22 Martin SchwenkeUndo damage done by d8d37493478a26c5f1809a5f3df89ffd6e1...
2012-03-15 Ronnie SahlbergMerge remote branch 'martins/master'
2012-02-27 Ronnie SahlbergAdd a tunable variable to control how long we defer...
2012-02-27 Ronnie SahlbergWhen adding ips to nodes, set up a deferred rebalance...
2011-11-29 Ronnie SahlbergRecover Persistent database DB by DB and not record...
2011-11-29 Stefan Metzmacherrecoverd: try to become the recovery master if we have...
2011-11-29 Ronnie SahlbergThis breaks the build since the recovery loop is differ...
2011-11-26 Stefan Metzmacherrecoverd: try to become the recovery master if we have...
2011-11-26 Stefan Metzmacherrecoverd: let async_getcap_callback() also update ctdb...
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/eventscripts'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/scriptstatus'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/ctdb_control_oom'
next