Updates should be ordered with respect to PG metadata. Not that it matters
that much since we are doing cleanup/repair work here.
Signed-off-by: Sage Weil <sage@redhat.com>
<< "...repaired";
}
snap_mapper.add_oid(hoid, oi_snaps, &_t);
- r = osd->store->apply_transaction(t);
+ r = osd->store->apply_transaction(osr.get(), t);
if (r != 0) {
derr << __func__ << ": apply_transaction got " << cpp_strerror(r)
<< dendl;