]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tunables: Mark tunable ReclockPingPeriod obsolete
authorAmitay Isaacs <amitay@gmail.com>
Mon, 7 Mar 2016 07:19:02 +0000 (18:19 +1100)
committerAmitay Isaacs <amitay@samba.org>
Thu, 10 Mar 2016 02:34:18 +0000 (03:34 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/server/ctdb_tunables.c

index db130d0152e42cfce3f777631e654c6ddc109c25..ef552bd6973055c1178d7d442c242ae4d209ea02 100644 (file)
@@ -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 },