diff options
author | Martin Schwenke <martin@meltin.net> | 2018-08-21 13:51:40 +1000 |
---|---|---|
committer | Amitay Isaacs <amitay@samba.org> | 2018-08-24 10:59:21 +0200 |
commit | a9758f413d06b0d114f4e5a0e053bbc8956c60b7 (patch) | |
tree | d89c13f5b589af38ebbe010a03ceee7a7c7662ed /ctdb/doc | |
parent | f42486e8912eee45eb75d27b753bb74c3b37d80b (diff) | |
download | samba-a9758f413d06b0d114f4e5a0e053bbc8956c60b7.tar.gz |
ctdb-doc: Switch tunable TDBMutexEnabled 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>
Diffstat (limited to 'ctdb/doc')
-rwxr-xr-x | ctdb/doc/examples/config_migrate.sh | 1 | ||||
-rw-r--r-- | ctdb/doc/examples/config_migrate.test_input | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/doc/examples/config_migrate.sh b/ctdb/doc/examples/config_migrate.sh index 9b579302553..e3e30aecfeb 100755 --- a/ctdb/doc/examples/config_migrate.sh +++ b/ctdb/doc/examples/config_migrate.sh @@ -180,6 +180,7 @@ get_ctdb_conf_tunable_option () } } }' <<EOF +database tdb-mutexes TDBMutexEnabled 0 false EOF } diff --git a/ctdb/doc/examples/config_migrate.test_input b/ctdb/doc/examples/config_migrate.test_input index 3d8131497fa..947ca7c358f 100644 --- a/ctdb/doc/examples/config_migrate.test_input +++ b/ctdb/doc/examples/config_migrate.test_input @@ -36,7 +36,7 @@ CTDB_NATGW_DEFAULT_GATEWAY=10.1.1.254 CTDB_NATGW_PRIVATE_NETWORK=192.168.1.0/24 CTDB_NATGW_NODES=/etc/ctdb/natgw_nodes -CTDB_SET_TDBMutexEnabled=1 +CTDB_SET_TDBMutexEnabled=0 CTDB_SET_IPALLOCALGORITHM=0 CTDB_SET_noiphostonalldisabled=0 CTDB_SET_foobar=0 |