1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

ctdb-doc: Make config migration script notice removed CTDB_BASE option

This should never have been a user-level option, but some people used
it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13589

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2018-08-20 13:38:25 +10:00 committed by Amitay Isaacs
parent 48335725de
commit d4afb60a24
2 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,7 @@ check_removed_option ()
_option="$1"
grep -Fqx "$_option" <<EOF
CTDB_BASE
CTDB_PIDFILE
CTDB_SOCKET
CTDB_EVENT_SCRIPT_DIR

View File

@ -1,3 +1,5 @@
CTDB_BASE="/etc/ctdb"
CTDB_RECOVERY_LOCK="/some/place/on/shared/storage"
CTDB_NODES="/etc/ctdb/nodes"