ctdb-daemon: Remove freeze requirement for updating vnnmap
authorAmitay Isaacs <amitay@gmail.com>
Mon, 14 Sep 2015 03:49:05 +0000 (13:49 +1000)
committerAmitay Isaacs <amitay@samba.org>
Wed, 7 Oct 2015 12:53:27 +0000 (14:53 +0200)
commit42f772215178050a3f465440e79e1ec9bce0e34f
tree9b45e357b07b8839056be70c685705303724b8a7
parent3cbd0409f398828ee6415229b3c23781405176ea
ctdb-daemon: Remove freeze requirement for updating vnnmap

In the parallel database recovery model, all the database will not remain
frozen at the same time.  So relax the condition to check if recovery
is active.

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