1
0
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:
Martin Schwenke 2018-08-21 17:25:53 +10:00 committed by Amitay Isaacs
parent 929634126a
commit 78aad7623e
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ get_ctdb_conf_tunable_option ()
}
}' <<EOF
database tdb-mutexes TDBMutexEnabled 0 false
failover disabled DisableIPFailover 1 true
EOF
}

View File

@ -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"