Remove LACOUNT and LACCESSOR and migrate the records immediately.
[sahlberg/ctdb.git] / server / ctdb_tunables.c
index 47694b7e597d7a66c1e3f35faeec21017fb21c4a..4cd1b457206e474d5bc42673a894d3b1d071ebbf 100644 (file)
@@ -30,7 +30,6 @@ static const struct {
        { "TraverseTimeout",     20, offsetof(struct ctdb_tunable, traverse_timeout) },
        { "KeepaliveInterval",    5,  offsetof(struct ctdb_tunable, keepalive_interval) },
        { "KeepaliveLimit",       5,  offsetof(struct ctdb_tunable, keepalive_limit) },
-       { "MaxLACount",           7,  offsetof(struct ctdb_tunable, max_lacount) },
        { "RecoverTimeout",      20,  offsetof(struct ctdb_tunable, recover_timeout) },
        { "RecoverInterval",      1,  offsetof(struct ctdb_tunable, recover_interval) },
        { "ElectionTimeout",      3,  offsetof(struct ctdb_tunable, election_timeout) },