mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
02fc52d69b
Using CTDB_SET_TunableVariables in the main configuration file is no longer supported. The only subtlety is an unexpected order change in one of the unit test results. This is because the old implementation implicitly sorted the tunable variables via the set command. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
24 lines
708 B
Plaintext
24 lines
708 B
Plaintext
# Options to ctdbd, read by ctdbd_wrapper(1)
|
|
#
|
|
# See ctdbd.conf(5) for more information about CTDB configuration variables.
|
|
|
|
# Shared recovery lock file to avoid split brain. No default.
|
|
#
|
|
# Do NOT run CTDB without a recovery lock file unless you know exactly
|
|
# what you are doing.
|
|
# CTDB_RECOVERY_LOCK=/some/place/on/shared/storage
|
|
|
|
# What services should CTDB manage? Default is none.
|
|
# CTDB_MANAGES_SAMBA=yes
|
|
# CTDB_MANAGES_WINBIND=yes
|
|
# CTDB_MANAGES_NFS=yes
|
|
|
|
# Raise the file descriptor limit for CTDB?
|
|
# CTDB_MAX_OPEN_FILES=10000
|
|
|
|
# Default is to use the log file below instead of syslog.
|
|
# CTDB_LOGGING=file:/var/log/log.ctdb
|
|
|
|
# Default log level is NOTICE. Want less logging?
|
|
# CTDB_DEBUGLEVEL=ERR
|