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:
parent
48335725de
commit
d4afb60a24
@ -155,6 +155,7 @@ check_removed_option ()
|
||||
_option="$1"
|
||||
|
||||
grep -Fqx "$_option" <<EOF
|
||||
CTDB_BASE
|
||||
CTDB_PIDFILE
|
||||
CTDB_SOCKET
|
||||
CTDB_EVENT_SCRIPT_DIR
|
||||
|
@ -1,3 +1,5 @@
|
||||
CTDB_BASE="/etc/ctdb"
|
||||
|
||||
CTDB_RECOVERY_LOCK="/some/place/on/shared/storage"
|
||||
|
||||
CTDB_NODES="/etc/ctdb/nodes"
|
||||
|
Loading…
Reference in New Issue
Block a user