tunables: Remove obsolete tunables
[ctdb.git] / server / ctdb_tunables.c
index 4c139ea2a600aa19b30f08ec73a6ee53447113d7..f760cb57bd6bc21a0df80cd87f315a1b11aac8af 100644 (file)
@@ -59,12 +59,9 @@ static const struct {
        { "RecoveryDropAllIPs", 120,  offsetof(struct ctdb_tunable, recovery_drop_all_ips), false },
        { "VerifyRecoveryLock",   1,  offsetof(struct ctdb_tunable, verify_recovery_lock), false },
        { "VacuumInterval",   10,  offsetof(struct ctdb_tunable, vacuum_interval), false },
-       { "VacuumDefaultInterval", 10,  offsetof(struct ctdb_tunable, vacuum_default_interval), true },
        { "VacuumMaxRunTime",     120,  offsetof(struct ctdb_tunable, vacuum_max_run_time), false },
        { "RepackLimit",      10000,  offsetof(struct ctdb_tunable, repack_limit), false },
        { "VacuumLimit",       5000,  offsetof(struct ctdb_tunable, vacuum_limit), false },
-       { "VacuumMinInterval",   10,  offsetof(struct ctdb_tunable, vacuum_min_interval), true },
-       { "VacuumMaxInterval",   10,  offsetof(struct ctdb_tunable, vacuum_max_interval), true },
        { "VacuumFastPathCount", 60, offsetof(struct ctdb_tunable, vacuum_fast_path_count), false },
        { "MaxQueueDropMsg",  1000000, offsetof(struct ctdb_tunable, max_queue_depth_drop_msg), false },
        { "UseStatusEvents",     0,  offsetof(struct ctdb_tunable, use_status_events_for_monitoring), false },