told to roll back to a previous version of the object. See
:ref:`failures-osd-unfound` for more information.
-REQUEST_SLOW
-____________
+SLOW_OPS
+________
One or more OSD requests is taking a long time to process. This can
be an indication of extreme load, a slow storage device, or a software
ceph osd find osd.<id>
-REQUEST_STUCK
-_____________
-
-One or more OSD requests has been blocked for an extremely long time.
-This is an indication that either the cluster has been unhealthy for
-an extended period of time (e.g., not enough running OSDs) or there is
-some internal problem with the OSD. See the dicussion of
-*REQUEST_SLOW* above.
-
PG_NOT_SCRUBBED
_______________
// REQUEST_SLOW
// REQUEST_STUCK
- if (cct->_conf->mon_osd_warn_op_age > 0 &&
+ // SLOW_OPS unifies them in mimic.
+ if (osdmap.require_osd_release < CEPH_RELEASE_MIMIC &&
+ cct->_conf->mon_osd_warn_op_age > 0 &&
!osd_sum.op_queue_age_hist.h.empty() &&
osd_sum.op_queue_age_hist.upper_bound() / 1000.0 >
cct->_conf->mon_osd_warn_op_age) {