1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/config/ctdb.sysconfig
Martin Schwenke 3caddaafa0 ctdb-config: Drop CTDB_STARTUP_TIMEOUT
This was added to be able to notice startup failures when unknown
tunables were present in the configuration.  Tunables are now set by
the daemon, so this is no longer necessary.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2022-04-06 06:34:37 +00:00

12 lines
254 B
Plaintext

# If using SYSV init, install this as /etc/sysconfig/ctdb,
# /etc/default/ctdb or similar
# Allow 1M open files
ulimit -n 1048576
# Allow core files to be created
ulimit -c unlimited
# Useful if default detection doesn't work
# CTDB_INIT_STYLE=debian