recoverd: Remove an orphaned comment
[metze/samba/wip.git] / ctdb / server / ctdb_takeover.c
2013-09-11 Martin Schwenkerecoverd: Remove an orphaned comment
2013-09-11 Martin Schwenkerecoverd: Update a comment to use current terminology
2013-08-22 Martin Schwenkerecoverd: Move struct ctdb_public_ip_list back into...
2013-07-29 Martin Schwenkectdbd: Kill client process without checking for tracked...
2013-07-29 Martin Schwenkerecoverd: Call takeover fail callback only once per...
2013-07-10 Amitay Isaacsctdbd: Set process names for child processes
2013-07-05 Amitay Isaacsrecoverd: Fix buffer overflow error in reloadips
2013-07-05 Martin Schwenkectdbd: Log something when releasing all IPs
2013-07-05 Martin Schwenkerecoverd: Clean up log messages in remote IP verification
2013-07-05 Martin Schwenkectdbd: Release IP callback should fail if the IP is...
2013-07-05 Martin Schwenkectdbd: Log warnings in release IP when unexpected inter...
2013-07-04 Amitay Isaacsbuild: Fix compiler warnings for uninitialized variables
2013-06-14 Mathieu Parentbuild: Fix tdb.h path to enable building with system...
2013-05-27 Martin Schwenkerecoverd: Backward compatibility for nodes without...
2013-05-24 Martin Schwenkerecoverd: Nodes can only takeover IPs if they are in...
2013-05-24 Martin Schwenkerecoverd: Handle errors carefully when fetching tunables
2013-05-24 Martin Schwenkerecoverd: Set explicit default value when getting tunab...
2013-05-24 Martin Schwenkerecoverd: Whitespace improvements
2013-05-24 Martin Schwenkerecoverd: Use talloc_array_length() for simpler code
2013-05-24 Martin Schwenkectdbd: Replace ctdb->done_startup with ctdb->runstate
2013-05-23 Martin Schwenkerecoverd: takeover_run_core() should not use modified...
2013-05-22 Martin Schwenkectdbd: Log add and delete of IPs
2013-05-22 Martin Schwenkectdbd: Removed bogus comment in ctdb_find_iface()
2013-05-09 Martin Schwenkerecoverd: Move IP flags into ctdb_takeover.c
2013-05-09 Martin Schwenkerecoverd: Clear IP flags after IP allocation algorithm...
2013-05-07 Martin Schwenkerecoverd: Remove unused mask argument and initial mask...
2013-05-07 Martin Schwenkerecoverd: When calculating rebalance candidates don...
2013-05-07 Martin Schwenkerecoverd: Remove unused mask argument from IP allocatio...
2013-05-07 Martin Schwenkerecoverd: Fix tunable NoIPTakeoverOnDisabled, rename...
2013-05-07 Martin Schwenkerecoverd: Factor out new function all_nodes_are_disabled()
2013-05-07 Martin Schwenkerecoverd: Refactor code to get NoIPTakeover tunable...
2013-05-07 Martin Schwenkerecoverd: Add debug message when dropping IPs in IP...
2013-05-06 Martin Schwenkerecoverd: ctdb_takeover_run() uses CTDB_CONTROL_IPREALL...
2013-05-06 Martin Schwenkectdbd: New control CTDB_CONTROL_IPREALLOCATED
2013-04-08 Amitay Isaacsrecoverd/takeover: Use IP->node mapping info from nodes...
2013-01-07 Martin Schwenkerecoverd: Separate each IP allocation algorithm into...
2013-01-07 Martin Schwenkerecoverd: New function unassign_unsuitable_ips()
2013-01-07 Martin Schwenkerecoverd: Move failback retry loop into basic_failback...
2013-01-07 Martin Schwenkerecoverd: Trying to failback more IPs no longer allocat...
2013-01-07 Martin Schwenkerecoverd: basic_failback() can call find_takeover_node...
2013-01-07 Martin Schwenkerecoverd: Don't do failback at all when deterministic...
2013-01-07 Martin Schwenkerecoverd: Move the test for both 'DeterministicIPs...
2013-01-07 Martin Schwenkerecoverd: Fix a memory leak in IP allocation
2013-01-07 Martin Schwenkectdbd: Clean up orphaned interfaces when an IP is deleted
2012-11-19 Martin Schwenkectdbd: Make the link status of new interfaces more...
2012-11-13 Amitay Isaacsrecoverd: Track the nodes that fail takeover run and...
2012-10-11 Martin Schwenkerecoverd: When starting a takeover run disable IP verif...
2012-10-11 Martin Schwenkectdbd: Stop takeovers and releases from colliding in...
2012-10-11 Martin Schwenkectdbd: New tunable NoIPTakeoverOnDisabled
2012-10-10 Martin Schwenkectdbd: Avoid unnecessary updateip event
2012-10-07 Amitay IsaacsRevert "when creating/adding a public ip, set the initi...
2012-08-08 Martin Schwenkerecoverd: Update a log message that has bit-rotted
2012-07-26 Martin Schwenkectdbd: Fix ctdb_control_release_ip() on local daemons
2012-07-13 Amitay IsaacsFix compiler warnings.
2012-06-20 Ronnie SahlbergWhen we release an ip, get the interface name from...
2012-05-28 Amitay Isaacsserver: Replace BOOL datatype with bool, True/False...
2012-05-03 Ronnie SahlbergTrack all child process so we never send a signal to...
2012-05-01 Ronnie SahlbergRELOADIPS: simplify the reloadips code a bit
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 Isaacsctdbd: Fix spurious warnings when running with --nopubl...
2012-04-13 Amitay Isaacsctdbd: Fix the error message string
2012-03-22 Ronnie SahlbergNoIPTakeover: change the tunable name for the "dont...
2012-03-21 Ronnie SahlbergNoIPFailback: Exclude nodes which have NoIPFailback...
2012-03-21 Ronnie SahlbergMake NoIPFailback a node local setting. Nodes that...
2012-03-15 Ronnie SahlbergMerge remote branch 'martins/master'
2012-02-27 Ronnie SahlbergWhen adding ips to nodes, set up a deferred rebalance...
2012-02-26 Ronnie SahlbergMake KILLTCP structure a child of VNN so that it is...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-20 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2012-02-19 Ronnie SahlbergMerge branch 'master' of ssh://git.samba.org/data/git...
2012-02-13 Volker LendeckeFreeBSD does not define s6_addr32, only s6_addr
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'
2011-11-18 Ronnie SahlbergMerge remote branch 'martins/hashinclude'
2011-11-11 Martin SchwenkeMake some ctdb_takeover.c functions static
2011-11-08 Ronnie SahlbergMerge remote branch 'martins/lcp2fix'
2011-11-08 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-11-08 Ronnie SahlbergRB_TREE: Add mechanism to abort a traverse
2011-11-01 Martin SchwenkeLCP IP allocation algorithm - try harder to find a...
2011-11-01 Martin SchwenkeLCP IP allocation algorithm - new function lcp2_failbac...
2011-10-31 Ronnie SahlbergMerge remote branch 'ddiss/master_pmda_namespace'
2011-09-22 Ronnie SahlbergOne of the entry points to release an ip reset the...
2011-09-21 Ronnie Sahlbergwhen checking that the interfaces exist in ctdb_add_pub...
2011-09-11 Ronnie SahlbergMerge branch 'master-readonly-records' into foo
2011-09-08 Ronnie SahlbergMerge remote branch 'ddiss/master_pmda_and_client_timeouts'
2011-09-06 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
2011-09-06 Ronnie SahlbergInterface monitoring: add a event to trigger every...
2011-09-06 Ronnie SahlbergCheck interfaces: when reading the public addresses...
2011-08-22 Volker LendeckeFix a const warning
2011-08-10 Ronnie SahlbergMerge remote branch 'martins/test_suite'
2011-08-09 Martin SchwenkeMerge branch 'test_suite' into ronnie_target
2011-08-08 Martin SchwenkeMerge remote-tracking branch 'origin/master' into event...
2011-08-05 Ronnie SahlbergRemove a log message about setting linkstate for an...
2011-07-28 Ronnie SahlbergMerge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb...
next