change the addip command to wait until the ip address is taken by the proper node
[metze/ctdb/wip.git] / server /
2010-06-02 Ronnie SahlbergAdd a variable for start/current time to ctdb statistics
2010-05-26 Ronnie SahlbergFrom rusty
2010-05-21 Ronnie SahlbergIt was possible for ->recovery_mode to get out of sync...
2010-05-10 Ronnie SahlbergAdd the number of performed recoveries to the "ctdb...
2010-05-05 Ronnie SahlbergWhen we perform a recovery. Make sure that the recmaste...
2010-05-04 Ronnie SahlbergLower the debug level for the messages when a client...
2010-04-28 Ronnie SahlbergDont check ip assignment across the cluster while ip...
2010-04-28 Ronnie SahlbergThe recent change to the recovery daemon to keep track...
2010-04-28 Ronnie SahlbergMake create_merged_ip_list() a static function since
2010-04-28 Ronnie SahlbergIn the log message when we have found an inconsistent...
2010-04-21 Ronnie SahlbergLet the recovery master verify the reclock setting...
2010-04-08 Ronnie SahlbergIn the recovery daemon, keep track of which node we...
2010-04-07 Ronnie SahlbergLower the loglevel for "Recovery lock successfully...
2010-03-11 Christian Ambachadjust a vacuum log level
2010-02-25 Ronnie SahlbergAdd a tunable EventScriptLogTimeout that will log an...
2010-02-25 Ronnie SahlbergIncrease the default script timeout to 90 seconds.
2010-02-23 Ronnie SahlbergRevert "Ignore any scripts that timesout for most event...
2010-02-23 Ronnie SahlbergIn ctdb_control_end_recovery,
2010-02-16 Ronnie SahlbergIgnore any scripts that timesout for most events, excep...
2010-02-11 Ronnie SahlbergReduce loglevel for two eventscript related debug messages
2010-02-11 Ronnie SahlbergReducing the log level for a debug message
2010-02-11 Ronnie SahlbergReduce the log level for two debug messages
2010-02-11 Ronnie Sahlberglower the loglevel for a debug message for redundant...
2010-02-04 Andrew Tridgellctdb: when we fill the client packet queue we need...
2010-02-04 Ronnie SahlbergWe only queued up to 1000 packets per queue before...
2010-02-03 Ronnie SahlbergDrop the debug level for logging fd creation to DEBUG_DEBUG
2010-01-12 Ronnie SahlbergMerge commit 'metze/master-for-ronnie'
2010-01-12 Stefan Metzmacherserver: call event_add_fd at the end of ctdb_set_child_...
2010-01-12 Stefan Metzmacherctdb_logging: simplify ctdb_fork_with_logging a lot...
2010-01-07 Martin SchwenkeMerge commit 'origin/master'
2009-12-18 Rusty Russelleventscript: fix bug when script is aborted
2009-12-18 Rusty Russelleventscript: remove cb_status, fix uninitialized bug...
2009-12-18 Martin SchwenkeMerge commit 'origin/master'
2009-12-18 Rusty Russelleventscript: fix cleanup path when setting up script...
2009-12-17 Stefan Metzmacherserver: add set_close_on_exec() on more fds
2009-12-17 Stefan Metzmacherserver: fix fd leaks in the new logging code
2009-12-17 Ronnie Sahlbergversion 1.0.109
2009-12-17 Rusty Russelleventscript: remove cb_status, fix uninitialized bug...
2009-12-16 Ronnie Sahlbergfix a conflict in the merge from rusty
2009-12-16 Rusty Russellctdb: use mlockall, cautiously
2009-12-16 Rusty RussellRemove RT priority, use niceness.
2009-12-16 Rusty RussellAdd --valgringing flag instead of --nosetsched
2009-12-16 Ronnie Sahlbergfix conflict in merge from metze
2009-12-16 Stefan Metzmacherctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wra...
2009-12-16 Stefan Metzmacherserver: add CTDB_CONTROL_DB_SET_HEALTHY and CTDB_CONTRO...
2009-12-16 Stefan Metzmacherserver: Use tdb_check to verify persistent tdbs on...
2009-12-16 Stefan Metzmacherserver: move error handling to a 'fail' label in ctdb_c...
2009-12-16 Stefan Metzmacherserver/recovery: update flags on nodes before syncing dbs
2009-12-16 Stefan Metzmacherserver: open /var/ctdb/state/persistent_health.tdb...
2009-12-16 Stefan Metzmacherserver: create vactune.tdb.X with 0600 permissions
2009-12-16 Stefan Metzmacherserver: create vactun.tdb.X under /var/ctdb/state
2009-12-16 Stefan Metzmacherserver: create recdb.tdb.X in /var/ctdb/state/
2009-12-16 Stefan Metzmacherserver: only do the mkdir() calls for db_directory...
2009-12-16 Stefan Metzmacherserver: add db_directory_state to ctdb_context
2009-12-16 Stefan Metzmacherserver: create tdbs with 0600 permissions in ctdb_local...
2009-12-16 Stefan Metzmacherctdb: pass TDB_DISALLOW_NESTING to all tdb_open/tdb_wra...
2009-12-15 Ronnie SahlbergRevert "cleanup: remove a tunable we no longer use...
2009-12-15 Ronnie SahlbergMerge branch 'trans3'
2009-12-15 Ronnie SahlbergAuthor: Rusty Russell <rusty@rustcorp.com.au>
2009-12-15 Ronnie SahlbergThis is a dodgy patch.
2009-12-15 Ronnie SahlbergRevert "Make fetch_locked more scalable"
2009-12-15 Ronnie SahlbergMerge commit 'obnox/ctdb-wip-trans3' into trans3
2009-12-14 Ronnie SahlbergWhen setting up the logging, set the event to trigger...
2009-12-14 Ronnie SahlbergFrom rusty:
2009-12-14 Ronnie SahlbergRename the tunable EventScriptBanCount to EventScriptTi...
2009-12-14 Ronnie Sahlbergcleanup: remove a tunable we no longer use in the...
2009-12-14 Rusty Russelleventscript: fix monitoring when killed by another...
2009-12-14 Ronnie Sahlbergremove the variable "disable when unhealthy"
2009-12-11 Michael AdamRevert "recovery: add special pull-logic for persistent...
2009-12-11 Volker LendeckeMake fetch_locked more scalable
2009-12-11 Michael AdamAdd a new control CTDB_GET_DB_SEQNUM - fetch a persiste...
2009-12-11 Volker LendeckeTiny simplification of ctdb_queue_packet()
2009-12-11 Volker LendeckeRename a struct member for clarity
2009-12-11 Michael Adamserver: add a new control CTDB_CONTROL_TRANS3_COMMIT
2009-12-09 Michael Adamcall: lower the debug message "refusing migration while...
2009-12-09 Volker LendeckeRun only one event for each epoll_wait/select call
2009-12-09 Christian Ambachreduce vacuuming lognoise
2009-12-09 Ronnie SahlbergMerge commit 'rusty/script-report'
2009-12-07 Rusty Russellctdb: scriptstatus can now query non-monitor events
2009-12-07 Rusty Russelleventscript: expost call names and enum
2009-12-07 Rusty Russelleventscript: lock logging on timeout.
2009-12-08 Rusty Russelleventscript: get rid of ctdb_control_event_script_finis...
2009-12-08 Rusty Russelleventscript: save state for all script invocations
2009-12-08 Rusty Russelleventscript: cleanup finished to take state arg
2009-12-08 Rusty Russelleventscript: use wire format internally for script...
2009-12-07 Rusty Russelleventscript: rename ctdb_monitoring_wire to ctdb_script...
2009-12-08 Rusty Russelleventscript: get_current_script() helper
2009-12-08 Rusty Russelleventscript: use an array rather than a linked list...
2009-12-08 Rusty Russelleventscript: record script status for all events
2009-12-08 Rusty Russelleventscript: use scripts array directly, rather than...
2009-12-08 Rusty Russelleventscript: ctdb_fork_with_logging()
2009-12-07 Rusty Russelleventscript: pass struct ctdb_log_state directly to...
2009-12-07 Rusty Russelleventscript: remove unused ctbd_ctrl_event_script*
2009-12-07 Rusty Russelleventscript: refactor forking code into fork_child_for_...
2009-12-07 Rusty Russelleventscript: fork() a child for each script.
2009-12-07 Rusty Russelleventscript: store from_user and script_list inside...
2009-12-07 Rusty Russelleventscript: use direct script state pointer for curren...
2009-12-07 Rusty Russelleventscript: make current_monitor_status_ctx serve...
2009-12-07 Rusty Russelleventscript: split ctdb_run_event_script into multiple...
2009-12-07 Rusty Russelleventscript: hoist work out of child process, into...
next