1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/ctdb/server
Ronnie Sahlberg c7e648c2d1 When we release an ip, get the interface name from the kernel
instead of using the interface where ctdb thinks the ip is hosted at.
The difference is that this now allows us to handle cases where we want to release an ip   but ctdbd does not know which interface the ip is assigned on.
(user has used 'ip addr add...'  and manually assigned an ip to the wrong interface)

(This used to be ctdb commit c6bf22ba5c01001b7febed73dd16a03bd3fd2bed)
2012-06-20 15:11:56 +10:00
..
ctdb_banning.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_call.c STATISTICS: Add tracking of the 10 hottest keys per database measured in hopcount 2012-06-13 16:19:18 +10:00
ctdb_control.c Run the shutdown eventscript before we tear down the transport 2012-05-30 11:51:38 +10:00
ctdb_daemon.c Reimplement logging of long running events 2012-06-12 16:10:01 +10:00
ctdb_freeze.c server: Replace BOOL datatype with bool, True/False with true/false 2012-05-28 11:22:25 +10:00
ctdb_keepalive.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_lockwait.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdb_logging.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_ltdb_server.c STATISTICS: Add tracking of the 10 hottest keys per database measured in hopcount 2012-06-13 16:19:18 +10:00
ctdb_monitor.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_persistent.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_recover.c RECOVER: When we pull databases during recovery, we used to reallocate the databuffer for each entry added. This would normally not be an issue, but for cases where memory is fragmented, this could start to cost significant cpu if we need to reallocate and move to a different region. 2012-05-25 12:34:06 +10:00
ctdb_recoverd.c RECOVER: When we pull databases during recovery, we used to reallocate the databuffer for each entry added. This would normally not be an issue, but for cases where memory is fragmented, this could start to cost significant cpu if we need to reallocate and move to a different region. 2012-05-25 12:34:06 +10:00
ctdb_server.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_serverids.c RB_TREE: Add mechanism to abort a traverse 2011-11-08 13:40:28 +11:00
ctdb_statistics.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_takeover.c When we release an ip, get the interface name from the kernel 2012-06-20 15:11:56 +10:00
ctdb_traverse.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdb_tunables.c RECOVERY: Increase the time we allow before timing out recovery related tasks. 2012-05-25 12:34:14 +10:00
ctdb_update_record.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdb_uptime.c Remove explicit include of lib/tevent/tevent.h. 2012-04-13 17:28:14 +10:00
ctdb_vacuum.c Track all child process so we never send a signal to an unrelated process (our child died and kernel wrapped the pid-space and reused the pid for a different process 2012-05-03 14:03:26 +10:00
ctdbd.c server: Replace BOOL datatype with bool, True/False with true/false 2012-05-28 11:22:25 +10:00
eventscript.c Debug: When scripts hang, we may need to collect additional data in order to debug why the script hung. 2012-05-17 10:29:03 +10:00