mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ctdb-daemon: Add parallel database recovery capability
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
f0613ac4f7
commit
cbfabd8104
@ -589,7 +589,12 @@ struct ctdb_node_map {
|
||||
/* This capability is set if NATGW is enabled */
|
||||
#define CTDB_CAP_NATGW 0x00000008
|
||||
|
||||
#define CTDB_CAP_DEFAULT (0)
|
||||
/*
|
||||
* Node features
|
||||
*/
|
||||
#define CTDB_CAP_PARALLEL_RECOVERY 0x00010000
|
||||
|
||||
#define CTDB_CAP_DEFAULT (CTDB_CAP_PARALLEL_RECOVERY)
|
||||
|
||||
|
||||
struct ctdb_public_ip {
|
||||
|
@ -698,7 +698,12 @@ struct ctdb_public_ip_list {
|
||||
/* This capability is set if NATGW is enabled */
|
||||
#define CTDB_CAP_NATGW 0x00000008
|
||||
|
||||
#define CTDB_CAP_DEFAULT (0)
|
||||
/*
|
||||
* Node features
|
||||
*/
|
||||
#define CTDB_CAP_PARALLEL_RECOVERY 0x00010000
|
||||
|
||||
#define CTDB_CAP_DEFAULT (CTDB_CAP_PARALLEL_RECOVERY)
|
||||
|
||||
struct ctdb_node_and_flags {
|
||||
uint32_t pnn;
|
||||
|
Loading…
Reference in New Issue
Block a user