summaryrefslogtreecommitdiff
path: root/src/osd/OSD.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/OSD.cc')
-rw-r--r--src/osd/OSD.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/OSD.cc b/src/osd/OSD.cc
index d51e9dc4434..5b448a5ccb9 100644
--- a/src/osd/OSD.cc
+++ b/src/osd/OSD.cc
@@ -2560,7 +2560,7 @@ void OSDService::check_nearfull_warning(const osd_stat_t &osd_stat)
if (cur_state != new_state) {
cur_state = new_state;
- } else if (now - last_msg < cct->_conf->osd_op_complaint_time) {
+ } else if (now - last_msg < cct->_conf->op_tracker_complaint_time) {
return;
}
last_msg = now;