Dont allow client processes to attach to databases while we are still in recovery... 1.2-splitbrain
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 17 Feb 2011 02:14:41 +0000 (13:14 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 17 Feb 2011 02:14:41 +0000 (13:14 +1100)
commitfaf3b1542fd27b3ad32ac7b362ef39d8cb0b05ff
treee003b7bfd2756c901f8efbd7180f1f2f559aed22
parentbd556db13a84327f5a6d20cc22a5fc794980a6d1
Dont allow client processes to attach to databases while we are still in recovery mode.

The exception is the local recovery daemon which needs to be able to attach (==create) any missing databases during recovery. This process requires the use of the attach control.
include/ctdb_private.h
server/ctdb_control.c
server/ctdb_ltdb_server.c