From: Martin Schwenke Date: Wed, 9 Mar 2016 01:06:21 +0000 (+1100) Subject: ctdb-tunables: Mark tunable DeferredRebalanceOnNodeAdd obsolete X-Git-Tag: tdb-1.3.9~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa8bd41009599ac4adb746cf43ea41530bb27812;p=thirdparty%2Fsamba.git ctdb-tunables: Mark tunable DeferredRebalanceOnNodeAdd obsolete Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Thu Mar 10 06:51:46 CET 2016 on sn-devel-144 --- diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index 87dc58ca751..4e14279d6c9 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -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 },