index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
server
/
ctdb_recover.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-recoverd: Abort when daemon can take recovery lock during recovery
Martin Schwenke
2015-02-13
1
-2
/
+4
*
ctdb-recoverd: Improve error messages on recovery lock coherence fail
Martin Schwenke
2015-02-13
1
-12
/
+14
*
ctdb-recoverd: Simplify ctdb_recovery_lock()
Martin Schwenke
2015-02-13
1
-29
/
+17
*
ctdb-recoverd: New function ctdb_recovery_unlock()
Martin Schwenke
2015-02-13
1
-0
/
+9
*
ctdb-recoverd: New function ctdb_recovery_have_lock()
Martin Schwenke
2015-02-13
1
-0
/
+5
*
ctdb-daemon: Mark tunable VerifyRecoveryLock as obsolete
Martin Schwenke
2015-02-13
1
-2
/
+2
*
ctdb: improve helpfulness of debug message when taking reclock fails
Michael Adam
2015-01-09
1
-1
/
+5
*
ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystem
Martin Schwenke
2014-09-10
1
-1
/
+1
*
ctdb: Fix some "declarations after code" problems
Martin Schwenke
2014-09-10
1
-1
/
+2
*
ctdb: Use sys_read() and sys_write() to ensure correct signal interaction
Martin Schwenke
2014-08-21
1
-3
/
+3
*
ctdb-vacuum: Use existing function ctdb_marshall_finish
Amitay Isaacs
2014-07-23
1
-5
/
+2
*
ctdb-daemon: Do not thaw databases if recovery is active
Amitay Isaacs
2014-07-07
1
-1
/
+1
*
ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USER
Amitay Isaacs
2014-01-16
1
-2
/
+1
*
ctdb-server: Coverity fixes
Amitay Isaacs
2013-11-19
1
-1
/
+5
*
vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 2)
Amitay Isaacs
2013-08-14
1
-20
/
+20
*
vacuuming: Fix vacuuming bug where requests keep bouncing between nodes (part 1)
Amitay Isaacs
2013-08-14
1
-1
/
+1
*
Check return value of tdb_delete()
Sumit Bose
2013-07-11
1
-1
/
+3
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+1
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
ctdbd: Log node state transitions at higher debug level
Amitay Isaacs
2013-05-29
1
-2
/
+2
*
vacuum: Reduce the priority of non-critical error
Amitay Isaacs
2013-05-24
1
-1
/
+1
*
ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERY
Martin Schwenke
2013-05-24
1
-0
/
+4
*
ctdbd: Log a message when recovery master changes
Martin Schwenke
2013-05-23
1
-1
/
+14
*
ctdbd: Remove the "stopped" event
Martin Schwenke
2013-05-06
1
-49
/
+1
*
recover: use CTDB_REC_RO_FLAGS where appropriate
Michael Adam
2013-04-24
1
-13
/
+5
*
vacuum: introduce the RECEIVE_RECORDS control
Michael Adam
2013-04-24
1
-0
/
+204
*
ctdbd: unimplement the unused SET_DMASTER control
Michael Adam
2013-04-17
1
-53
/
+0
*
daemon: On shutdown, destroy timed events that check if recoverd is active
Amitay Isaacs
2013-01-09
1
-4
/
+4
*
ctdb:recover: fix a comment typo
Michael Adam
2013-01-05
1
-1
/
+1
*
ctdb_recover: Replace static locking functions with locking API
Amitay Isaacs
2012-10-20
1
-98
/
+8
*
RECOVER: When we pull databases during recovery, we used to reallocate the da...
Ronnie Sahlberg
2012-05-25
1
-1
/
+6
*
DEBUG: Add checks for and print debug messages when 1) a database contains ve...
Ronnie Sahlberg
2012-05-21
1
-0
/
+17
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-3
/
+3
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
recovery: Add prototypes for tdb internal functions
Amitay Isaacs
2012-03-30
1
-0
/
+7
*
STICKY: add prototype code to make records stick to a node to "calm" down if ...
Ronnie Sahlberg
2012-03-20
1
-0
/
+3
*
READONLY: skip vacuuming or deleting records with readonly delegations.
Ronnie Sahlberg
2012-02-29
1
-0
/
+14
*
ReadOnly: revokechild_active is a list, not a context.
Ronnie Sahlberg
2011-09-13
1
-1
/
+0
*
ReadOnly: add a new control to activate readonly lock capability for a database.
Ronnie Sahlberg
2011-09-01
1
-0
/
+1
*
ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...
Ronnie Sahlberg
2011-09-01
1
-0
/
+3
*
ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...
Ronnie Sahlberg
2011-09-01
1
-1
/
+3
*
ReadOnly: Check the readonly flag instead of whether the tdb pointer is NULL ...
Ronnie Sahlberg
2011-08-23
1
-0
/
+1
*
ReadOnly: Once recovery has finished, make sure to free all revoke child proc...
Ronnie Sahlberg
2011-08-23
1
-0
/
+4
*
ReadOnly: After recovering all databases, make sure to clear out the tracking...
Ronnie Sahlberg
2011-08-23
1
-0
/
+11
*
ReadOnly: After performing a recovery, clear out all flags related to readonl...
Ronnie Sahlberg
2011-08-23
1
-0
/
+5
*
Restart recovery dameon if it looks like it hung.
Ronnie Sahlberg
2011-03-07
1
-10
/
+2
*
Deferred attach : at early startup, defer any db attach calls until we are ou...
Ronnie Sahlberg
2011-03-01
1
-0
/
+10
*
recover: finish pending trans3 commits when a recovery is finished.
Michael Adam
2011-02-24
1
-0
/
+2
*
ctdb: hold transaction locks during freeze, mark during recover.
Ronnie Sahlberg
2011-01-18
1
-0
/
+9
*
Add a new tunable : DisableIPFailover that when set to non 0
Ronnie Sahlberg
2010-11-10
1
-5
/
+19
[next]