From: Amitay Isaacs Date: Mon, 7 Mar 2016 07:19:02 +0000 (+1100) Subject: ctdb-tunables: Mark tunable ReclockPingPeriod obsolete X-Git-Tag: tdb-1.3.9~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a78200f4359084aefb6abfbd78a6c8f6d46a199;p=thirdparty%2Fsamba.git ctdb-tunables: Mark tunable ReclockPingPeriod obsolete Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- diff --git a/ctdb/server/ctdb_tunables.c b/ctdb/server/ctdb_tunables.c index db130d0152e..ef552bd6973 100644 --- a/ctdb/server/ctdb_tunables.c +++ b/ctdb/server/ctdb_tunables.c @@ -58,7 +58,7 @@ static const struct { { "EnableBans", 1, offsetof(struct ctdb_tunable_list, enable_bans), false }, { "DeterministicIPs", 0, offsetof(struct ctdb_tunable_list, deterministic_public_ips), false }, { "LCP2PublicIPs", 1, offsetof(struct ctdb_tunable_list, lcp2_public_ip_assignment), false }, - { "ReclockPingPeriod", 60, offsetof(struct ctdb_tunable_list, reclock_ping_period), false }, + { "ReclockPingPeriod", 60, offsetof(struct ctdb_tunable_list, reclock_ping_period), true }, { "NoIPFailback", 0, offsetof(struct ctdb_tunable_list, no_ip_failback), false }, { "DisableIPFailover", 0, offsetof(struct ctdb_tunable_list, disable_ip_failover), false }, { "VerboseMemoryNames", 0, offsetof(struct ctdb_tunable_list, verbose_memory_names), false },