mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
server: create recdb.tdb.X in /var/ctdb/state/
metze (This used to be ctdb commit 92e05282d6c4f16e55d914cc3bde3738ea2d44ad)
This commit is contained in:
parent
9a96ae0c97
commit
77d43d01aa
@ -1010,7 +1010,9 @@ static struct tdb_wrap *create_recdb(struct ctdb_context *ctdb, TALLOC_CTX *mem_
|
||||
unsigned tdb_flags;
|
||||
|
||||
/* open up the temporary recovery database */
|
||||
name = talloc_asprintf(mem_ctx, "%s/recdb.tdb", ctdb->db_directory);
|
||||
name = talloc_asprintf(mem_ctx, "%s/recdb.tdb.%u",
|
||||
ctdb->db_directory_state,
|
||||
ctdb->pnn);
|
||||
if (name == NULL) {
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user