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)
committerAmitay Isaacs <amitay@gmail.com>
Fri, 17 Apr 2015 01:18:40 +0000 (11:18 +1000)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
(Imported from commit 62ba95a9f347d2ac0e4fb53dc62b94f557e17e8b)

include/ctdb_private.h
server/ctdb_tunables.c

index 102168f521eb780ecff52bceb0cc17a6ebbb022d..30905ac0c70241e6f7e8fc2de5c651c2e5d05de0 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 },