Signed-off-by: Venky Shankar <vshankar@redhat.com>
if (changed.count("mds_log_skip_unbounded_events")) {
skip_unbounded_events = g_conf().get_val<bool>("mds_log_skip_unbounded_events");
}
+ if (changed.count("mds_log_trim_decay_rate")){
+ log_trim_counter = DecayCounter(g_conf().get_val<double>("mds_log_trim_decay_rate"));
+ }
}
"mds_session_max_caps_throttle_ratio",
"mds_symlink_recovery",
"mds_session_metadata_threshold",
+ "mds_log_trim_threshold",
+ "mds_log_trim_decay_rate",
NULL
};
return KEYS;