osd: handle EC recovery read errors
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
void ReplicatedPG::submit_log_entries(
const list<pg_log_entry_t> &entries,
ObcLockManager &&manager,
- boost::optional<std::function<void(void)> > &&on_complete)
+ boost::optional<std::function<void(void)> > &&on_complete,
+ OpRequestRef op)
{
- dout(10) << __func__ << entries << dendl;
+ dout(10) << __func__ << " " << entries << dendl;
assert(is_primary());
ObjectStore::Transaction t;