Revert "It was possible for ->recovery_mode to get out of sync with the new three...
commite5cd81da77ef58992b7eb9ff7d972b499b946bb7
authorAmitay Isaacs <amitay@gmail.com>
Tue, 6 May 2014 04:07:00 +0000 (6 14:07 +1000)
committerMartin Schwenke <martins@samba.org>
Mon, 7 Jul 2014 11:29:49 +0000 (7 13:29 +0200)
tree60481490079e62b0ad8191f2a1803431262c994d
parent1be8564e553ce044426dbe7b3987edf514832940
Revert "It was possible for ->recovery_mode to get out of sync with the new three db priorities in such a way that"

This reverts commit 6578a97bd94fc14d5b6df85b84e50447f7bdb2e3.

This condition cannot happen since when recovery is triggered, all the
databases would get frozen and thawed in the order of priority.  The only
other place where databases get frozen are for implementation of ctdb
wipedb/restoredb commands.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_control.c