mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
ctdb-doc: Switch tunable DisableIPFailover to a config option
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
929634126a
commit
78aad7623e
@ -181,6 +181,7 @@ get_ctdb_conf_tunable_option ()
|
||||
}
|
||||
}' <<EOF
|
||||
database tdb-mutexes TDBMutexEnabled 0 false
|
||||
failover disabled DisableIPFailover 1 true
|
||||
EOF
|
||||
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ CTDB_NATGW_NODES=/etc/ctdb/natgw_nodes
|
||||
CTDB_SET_TDBMutexEnabled=0
|
||||
CTDB_SET_IPALLOCALGORITHM=0
|
||||
CTDB_SET_noiphostonalldisabled=0
|
||||
CTDB_SET_DisableIpFailover=1
|
||||
CTDB_SET_foobar=0
|
||||
|
||||
CTDB_SUPPRESS_COREFILE="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user