ctdb-recoverd: Remove redundant condition when checking recovery lock
[mat/samba.git] / ctdb / server / ctdb_recoverd.c
2015-05-10 Martin Schwenkectdb-recoverd: Remove redundant condition when checking...
2015-05-10 Martin Schwenkectdb-recoverd: Simplify using TALLOC_FREE()
2015-05-10 Martin Schwenkectdb-recoverd: Drop redundant condition in election...
2015-05-10 Martin Schwenkectdb-recoverd: Remove unused memory context variable
2015-05-10 Martin Schwenkectdb-recoverd: Replace unnecessary use of ctdb->recover...
2015-05-10 Martin Schwenkectdb-recoverd: Rename some local variables to avoid...
2015-05-10 Martin Schwenkectdb_recoverd: Move num_lmasters calculation to near...
2015-05-10 Martin Schwenkectdb-recoverd: Make num_lmasters a local variable
2015-05-10 Martin Schwenkectdb-recoverd: Remove unused struct members num_active...
2015-05-10 Martin Schwenkectdb-recoverd: Use capabilities API
2015-04-07 Martin Schwenkectdb-recoverd: Avoid nodemap-related checks when recove...
2015-04-07 Martin Schwenkectdb-recoverd: New message ID CTDB_SRVID_DISABLE_RECOVERIES
2015-04-07 Martin Schwenkectdb-recoverd: Simplify disable_ip_check_handler()...
2015-04-07 Martin Schwenkectdb-recoverd: Add slightly more abstraction for disabl...
2015-04-07 Martin Schwenkectdb-recoverd: Reimplement ReRecoveryTimeout using...
2015-04-07 Martin Schwenkectdb-recoverd: Use a goto for do_recovery() failures
2015-04-07 Martin Schwenkectdb-recoverd: Reimplement disabling takeover runs...
2015-04-07 Martin Schwenkectdb-recoverd: Add a new abstraction ctdb_op_disable()
2015-02-13 Martin Schwenkectdb-recoverd: Don't release and re-take the recovery...
2015-02-13 Martin Schwenkectdb-recoverd: Simplify ctdb_recovery_lock()
2015-02-13 Martin Schwenkectdb-recoverd: Remove check_recovery_lock()
2015-02-13 Martin Schwenkectdb-recoverd: Improve logging when recovery lock file...
2015-02-13 Martin Schwenkectdb-recoverd: New function ctdb_recovery_unlock()
2015-02-13 Martin Schwenkectdb-recoverd: New function ctdb_recovery_have_lock()
2015-02-13 Martin Schwenkectdb-daemon: Mark tunable VerifyRecoveryLock as obsolete
2014-12-05 Amitay Isaacsctdb-recoverd: Process all the records for vacuum fetch...
2014-10-06 Martin Schwenkectdb-logging: Change LogLevel to DEBUGLEVEL
2014-10-06 Martin Schwenkectdb-logging: Remove log ringbuffer
2014-09-25 Amitay Isaacsctdb-recoverd: If obtaining recovery lock fails, try...
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-09 Martin Schwenkectdb-recoverd: Change include of dlinklist.h to contain...
2014-08-21 Martin Schwenkectdb: Use sys_read() and sys_write() to ensure correct...
2014-07-21 Martin Schwenkectdb-recoverd: Gently abort recovery when election...
2014-07-07 Amitay Isaacsctdb-recoverd: Set recovery mode before freezing databases
2014-07-07 Martin Schwenkectdb-recoverd: Don't say "Election timed out"
2014-07-07 Martin Schwenkectdb-recoverd: Log a message when releasing the recover...
2014-07-05 Amitay Isaacsctdb-recoverd: No need to set ctdbd_pid again
2014-04-23 Amitay Isaacsctdb-recoverd: Detach database from recovery daemon
2014-04-07 Amitay Isaacsctdb-daemon: Always update database priority cluster...
2014-01-17 Martin Schwenkectdb/recoverd: Do not refuse disabling takeover runs...
2013-11-27 Martin Schwenkectdb-recoverd: Only respond to currently queued ipreall...
2013-11-27 Martin Schwenkectdb-recoverd: For persistent databases a sequence...
2013-11-27 Martin Schwenkectdb-recoverd: Fix backward compatibility for CTDB_SRVI...
2013-11-27 Martin Schwenkectdb-recoverd: A node refuses to play against itself
2013-11-27 Martin Schwenkectdb-recoverd: Remove duplicate code to update flags...
2013-11-19 Amitay Isaacsctdb-server: Coverity fixes
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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...
next