Fixes: #7618
Signed-off-by: Samuel Just <sam.just@inktank.com>
continue;
}
+ if (missing_loc.is_unfound(soid)) {
+ dout(10) << __func__ << ": " << soid << " still unfound" << dendl;
+ continue;
+ }
+
if (pg_log.get_missing().is_missing(soid)) {
- if (missing_loc.is_unfound(soid))
- dout(10) << __func__ << ": " << soid << " still unfound" << dendl;
- else
- dout(10) << __func__ << ": " << soid << " still missing on primary" << dendl;
+ dout(10) << __func__ << ": " << soid << " still missing on primary" << dendl;
continue;
}