Signed-off-by: Sage Weil <sage@redhat.com>
bool do_propose = false;
utime_t now = ceph_clock_now();
- if (osdmap.require_osd_release >= CEPH_RELEASE_LUMINOUS &&
- mon->monmap->get_required_features().contains_all(
- ceph::features::mon::FEATURE_LUMINOUS)) {
- if (handle_osd_timeouts(now, last_osd_report)) {
- do_propose = true;
- }
+ if (handle_osd_timeouts(now, last_osd_report)) {
+ do_propose = true;
}
// mark osds down?