mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
initscript: New configuration variable CTDB_DBDIR_STATE
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 30d9b634b16c3cc740e5e453ea5c21012b1fde88)
This commit is contained in:
committed by
Amitay Isaacs
parent
37aea37269
commit
4fbf3e5bdf
@ -118,6 +118,7 @@ build_ctdb_options ()
|
||||
maybe_set "--public-interface" "$CTDB_PUBLIC_INTERFACE"
|
||||
maybe_set "--dbdir" "$CTDB_DBDIR"
|
||||
maybe_set "--dbdir-persistent" "$CTDB_DBDIR_PERSISTENT"
|
||||
maybe_set "--dbdir-state" "$CTDB_DBDIR_STATE"
|
||||
maybe_set "--event-script-dir" "$CTDB_EVENT_SCRIPT_DIR"
|
||||
maybe_set "--transport" "$CTDB_TRANSPORT"
|
||||
maybe_set "-d" "$CTDB_DEBUGLEVEL"
|
||||
|
Reference in New Issue
Block a user