]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tunables: Mark tunable DeferredRebalanceOnNodeAdd obsolete
authorMartin Schwenke <martin@meltin.net>
Wed, 9 Mar 2016 01:06:21 +0000 (12:06 +1100)
committerAmitay Isaacs <amitay@samba.org>
Thu, 10 Mar 2016 05:51:46 +0000 (06:51 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Thu Mar 10 06:51:46 CET 2016 on sn-devel-144

ctdb/server/ctdb_tunables.c

index 87dc58ca751b3b7d60c1c28e562789977f1dd26f..4e14279d6c94937ef5eeeba9de62c48135ea7579 100644 (file)
@@ -79,7 +79,7 @@ static const struct {
        { "DeferredAttachTO",  120,  offsetof(struct ctdb_tunable_list, deferred_attach_timeout), false },
        { "AllowClientDBAttach", 1, offsetof(struct ctdb_tunable_list, allow_client_db_attach), false },
        { "RecoverPDBBySeqNum",  1, offsetof(struct ctdb_tunable_list, recover_pdb_by_seqnum), false },
-       { "DeferredRebalanceOnNodeAdd", 300, offsetof(struct ctdb_tunable_list, deferred_rebalance_on_node_add), false },
+       { "DeferredRebalanceOnNodeAdd", 300, offsetof(struct ctdb_tunable_list, deferred_rebalance_on_node_add), true },
        { "FetchCollapse",       1, offsetof(struct ctdb_tunable_list, fetch_collapse), false },
        { "HopcountMakeSticky",   50,  offsetof(struct ctdb_tunable_list, hopcount_make_sticky), false },
        { "StickyDuration",      600,  offsetof(struct ctdb_tunable_list, sticky_duration), false },