]> git.ipfire.org Git - thirdparty/samba.git/commit
ctdb-scripts: Tunables are now loaded from ctdb.tunables
authorMartin Schwenke <martin@meltin.net>
Tue, 20 Feb 2018 07:22:33 +0000 (18:22 +1100)
committerAmitay Isaacs <amitay@samba.org>
Wed, 28 Mar 2018 00:57:21 +0000 (02:57 +0200)
commit02fc52d69b2f74bb35150ddcec405c81da81f81f
tree9ae6834574eedfdbc8acfb2fc5bed33e2181d7e0
parent1db96ce26e555f1faa879ea4b29816f4ab2eb1a7
ctdb-scripts: Tunables are now loaded from ctdb.tunables

Using CTDB_SET_TunableVariables in the main configuration file is no
longer supported.

The only subtlety is an unexpected order change in one of the unit
test results.  This is because the old implementation implicitly
sorted the tunable variables via the set command.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/config/ctdb.tunables [new file with mode: 0644]
ctdb/config/ctdbd.conf
ctdb/config/events.d/00.ctdb
ctdb/config/events.d/README
ctdb/doc/ctdb-tunables.7.xml
ctdb/doc/ctdbd.conf.5.xml
ctdb/packaging/RPM/ctdb.spec.in
ctdb/tests/eventscripts/00.ctdb.setup.003.sh
ctdb/tests/eventscripts/00.ctdb.setup.004.sh
ctdb/tests/eventscripts/etc/sysconfig/ctdb
ctdb/tests/eventscripts/scripts/00.ctdb.sh