ctdb-daemon: Drop tunable that is no longer in use
authorAmitay Isaacs <amitay@gmail.com>
Wed, 30 Jul 2014 04:31:54 +0000 (14:31 +1000)
committerMartin Schwenke <martins@samba.org>
Fri, 27 Mar 2015 05:40:08 +0000 (06:40 +0100)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/include/ctdb_private.h
ctdb/server/ctdb_tunables.c

index 3248a563c5eaff5f70c3116ef9d2adb60cfdeb96..b37d5bbd333348ab137ff400239d681fcc051445 100644 (file)
@@ -106,7 +106,6 @@ struct ctdb_tunable {
        uint32_t repack_limit;
        uint32_t vacuum_limit;
        uint32_t max_queue_depth_drop_msg;
-       uint32_t use_status_events_for_monitoring;
        uint32_t allow_unhealthy_db_read;
        uint32_t stat_history_interval;
        uint32_t deferred_attach_timeout;
index e5ccf106a1862936dec55d494d589fa4c211d7ac..031e60f49684227941ce418e606a1657bf98eed3 100644 (file)
@@ -64,7 +64,6 @@ static const struct {
        { "VacuumLimit",       5000,  offsetof(struct ctdb_tunable, vacuum_limit), false },
        { "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 },
        { "AllowUnhealthyDBRead", 0,  offsetof(struct ctdb_tunable, allow_unhealthy_db_read), false },
        { "StatHistoryInterval",  1,  offsetof(struct ctdb_tunable, stat_history_interval), false },
        { "DeferredAttachTO",  120,  offsetof(struct ctdb_tunable, deferred_attach_timeout), false },