1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +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>
(cherry picked from commit 78aad7623e100f05a7dfc142fba7ff2b0eba1913)
This commit is contained in:
Martin Schwenke 2018-08-21 17:25:53 +10:00 committed by Karolin Seeger
parent 79a3befc05
commit 512149a8f4
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"