ctdb/daemon: Make delete IP wait until the IP is released
[garming/samba-autobuild/.git] / ctdb / server / ctdb_takeover.c
2014-03-23 Martin Schwenkectdb/daemon: Make delete IP wait until the IP is released
2014-03-23 Martin Schwenkectdb-daemon: Fix tickle updates to recently started...
2014-03-04 Amitay Isaacsctdb-daemon: Do not support connection tracking if...
2014-02-27 Amitay Isaacsctdb-recoverd: Check if callback function is registered...
2014-02-27 Amitay Isaacsctdb-daemon: After updating tickles on other nodes...
2014-02-27 Martin Schwenkectdb-daemon: Implement ctdb_control_startup()
2014-02-27 Amitay Isaacsctdb-daemon: Fix whitespaces
2014-02-27 Amitay Isaacsctdb-daemon: Always talloc tickle array off vnn instead...
2014-02-19 Martin Schwenkectdb-recoverd: LCP2 cleanups
2014-02-19 Martin Schwenkectdb-recoverd: Optimise check for rebalance candidates...
2014-02-13 Martin Schwenkectdb-recoverd: Fix a bug in the LCP2 rebalancing code
2014-01-31 Martin Schwenkectdb/daemon: reloadips must register state of asynchron...
2014-01-17 Martin Schwenkectdb-recoverd: Ignore failed ipreallocated controls...
2014-01-16 Amitay Isaacsctdb-daemon: No need to call event scripts with CTDB_CA...
2013-11-19 Amitay Isaacsctdb-server: Coverity fixes
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-22 Martin Schwenkectdbd: Default for event_script_dir should use CTDB_BASE
2013-09-19 Martin Schwenkerecoverd: reloadips should rebalance target nodes for...
2013-09-19 Martin Schwenkectdbd: Make ctdb_reloadips_child send controls asynchro...
2013-09-19 Martin Schwenkerecoverd: Fix the implementation of CTDB_SRVID_REBALANC...
2013-09-19 Martin Schwenkerecoverd: Move disabling of IP checks into do_takeover_...
2013-09-19 Martin Schwenkerecoverd: Fail takeover run if "ipreallocated" fails
2013-09-18 Martin Schwenkerecoverd: Banned nodes should not be told to run "iprea...
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'
next