recoverd: Use correct tdb flags when creating missing databases
authorAmitay Isaacs <amitay@gmail.com>
Tue, 30 Jul 2013 02:45:01 +0000 (12:45 +1000)
committerAmitay Isaacs <amitay@gmail.com>
Thu, 1 Aug 2013 01:08:25 +0000 (11:08 +1000)
commit10a057d8e15c8c18e540598a940d3548c731b0b4
tree290fbece5bcd332e25cd314f8fd2fa5b122c88d6
parent7e7e59c4047c78159387089eca65d90037bcf722
recoverd: Use correct tdb flags when creating missing databases

When creating missing databases either locally or remotely, make sure
to use the correct tdb flags from other nodes.  Without this, volatile
databases can get attached without TDB_INCOMPATIBLE_HASH flag.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
client/ctdb_client.c
include/ctdb_client.h
server/ctdb_recoverd.c